Constant oboe_sys::oboe_AudioFormat_IEC61937
source · pub const oboe_AudioFormat_IEC61937: oboe_AudioFormat = 5;
Expand description
This format is used for compressed audio wrapped in IEC61937 for HDMI or S/PDIF passthrough.
Unlike PCM playback, the Android framework is not able to do format conversion for IEC61937. In that case, when IEC61937 is requested, sampling rate and channel count or channel mask must be specified. Otherwise, it may fail when opening the stream. Apps are able to get the correct configuration for the playback by calling AudioManager#getDevices(int).
Available since API 34 (U).