Home
last modified time | relevance | path

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

/ohos5.0/foundation/multimedia/media_lite/services/player_lite/impl/player_control/source/
H A Dplayer_demux.cpp203 fileInfo.u32AudioChannelCnt = programInfo->track[i].audTrack.channels; in GetFileInfo()
204 fileInfo.u32SampleRate = programInfo->track[i].audTrack.sampleRate; in GetFileInfo()
205 fileInfo.enAudioType = programInfo->track[i].audTrack.format; in GetFileInfo()
/ohos5.0/drivers/peripheral/format/interfaces/include/
H A Dformat_type.h320 AudioTrackInfo audTrack; /**< Audio track information */ member