Language

AudioTrackEncapsulationMetadataType Enum

Definition

public enum AudioTrackEncapsulationMetadataType
type AudioTrackEncapsulationMetadataType = 
Inheritance
AudioTrackEncapsulationMetadataType

Fields

Name Value Description
FrameworkTuner 1

Encapsulation metadata type for framework tuner information. Refer to the Android Media TV Tuner API for details.

Android reference for android.media.AudioTrack.ENCAPSULATION_METADATA_TYPE_FRAMEWORK_TUNER.

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.

DvbAdDescriptor 2

Encapsulation metadata type for DVB AD descriptor. This metadata is formatted per ETSI TS 101 154 Table E.1: AD_descriptor.

Android reference for android.media.AudioTrack.ENCAPSULATION_METADATA_TYPE_DVB_AD_DESCRIPTOR.

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.

SupplementaryAudioPlacement 3

Encapsulation metadata type for placement of supplementary audio. A 32 bit integer constant, one of SUPPLEMENTARY_AUDIO_PLACEMENT_NORMAL, SUPPLEMENTARY_AUDIO_PLACEMENT_LEFT, SUPPLEMENTARY_AUDIO_PLACEMENT_RIGHT.

Android reference for android.media.AudioTrack.ENCAPSULATION_METADATA_TYPE_SUPPLEMENTARY_AUDIO_PLACEMENT.

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