AudioFormat.EncodingPcm24bitPacked Field

Definition

Caution

This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.

Audio data format: PCM 24 bit per sample packed as 3 bytes.

[Android.Runtime.Register("ENCODING_PCM_24BIT_PACKED", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.", true)]
public const Android.Media.Encoding EncodingPcm24bitPacked = 21;
[<Android.Runtime.Register("ENCODING_PCM_24BIT_PACKED", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.Encoding enum directly instead of this field.", true)>]
val mutable EncodingPcm24bitPacked : Android.Media.Encoding

Field Value

Value = 21

Implements

Attributes

Remarks

Audio data format: PCM 24 bit per sample packed as 3 bytes.

The bytes are in little-endian order, so the least significant byte comes first in the byte array.

Not guaranteed to be supported by devices, may be emulated if not supported.

Java documentation for android.media.AudioFormat.ENCODING_PCM_24BIT_PACKED.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to