Home
last modified time | relevance | path

Searched refs:GetAudioTrackId (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/multimedia/player_framework/services/engine/histreamer/player/
H A Dseek_agent.h48 bool GetAudioTrackId(uint32_t &audioTrackId);
H A Dseek_agent.cpp135 bool SeekAgent::GetAudioTrackId(uint32_t &audioTrackId) in GetAudioTrackId() function in OHOS::Media::SeekAgent
276 FALSE_RETURN_V_MSG_E(GetAudioTrackId(audioTrackId), Status::OK, "audioTrackIds is empty."); in AlignAudioPosition()