Język

AudioEncapsulationType Enum

Definition

public enum AudioEncapsulationType
type AudioEncapsulationType = 
Inheritance
AudioEncapsulationType

Fields

Name Value Description
None 0

No encapsulation type is specified.

Android reference for android.media.AudioProfile.AUDIO_ENCAPSULATION_TYPE_NONE.

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.

Iec61937 1

Encapsulation format is defined in standard IEC 61937.

Android reference for android.media.AudioProfile.AUDIO_ENCAPSULATION_TYPE_IEC61937.

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.

Pcm 2

Encapsulation format is PCM, which can be used by other formats that can be wrapped in a PCM frame, such as DSD(Direct Stream Digital).

Android reference for android.media.AudioProfile.AUDIO_ENCAPSULATION_TYPE_PCM.

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