Home
last modified time | relevance | path

Searched defs:DeviceStreamInfo (Results 1 – 2 of 2) sorted by relevance

/foundation/multimedia/audio_framework/interfaces/inner_api/native/audiocommon/include/
Daudio_device_info.h368 struct DeviceStreamInfo { struct
375DeviceStreamInfo(AudioSamplingRate samplingRate_, AudioEncodingType encoding_, AudioSampleFormat f… in DeviceStreamInfo() argument
379DeviceStreamInfo(AudioStreamInfo audioStreamInfo) : DeviceStreamInfo(audioStreamInfo.samplingRate, in DeviceStreamInfo() argument
384 bool Marshalling(Parcel &parcel) const in Marshalling()
391 void Unmarshalling(Parcel &parcel) in Unmarshalling()
399 bool CheckParams() in CheckParams()
/foundation/multimedia/player_framework/interfaces/inner_api/native/
Drecorder.h267 struct DeviceStreamInfo { struct
273 DeviceStreamInfo() = default; argument
275 bool Marshalling(Parcel &parcel) const in Marshalling()
303 void Unmarshalling(Parcel &parcel) in Unmarshalling()