Package com.wowza.wms.transport.mpeg2
Class AACSCTEDescriptor
Object
com.wowza.wms.transport.mpeg2.Descriptor
com.wowza.wms.transport.mpeg2.AACSCTEDescriptor
-
Field Summary
FieldsModifier and TypeFieldDescriptionbyte[]
boolean
int
boolean
int
int
boolean
boolean
char[]
boolean
byte[]
boolean
int
int
boolean
boolean
int
static final int
static final int
static final int
boolean
Fields inherited from class com.wowza.wms.transport.mpeg2.Descriptor
data, DESCRIPTOR_TAG_AAC_DVB, DESCRIPTOR_TAG_AAC_SCTE, DESCRIPTOR_TAG_AC3, DESCRIPTOR_TAG_ANCILLARY, DESCRIPTOR_TAG_AUDIO, DESCRIPTOR_TAG_CA, DESCRIPTOR_TAG_COPYRIGHT, DESCRIPTOR_TAG_CUE_IDENTIFIER, DESCRIPTOR_TAG_DATA_STREAM_ALIGN, DESCRIPTOR_TAG_DVBTELETEXT, DESCRIPTOR_TAG_ENHANCED_AC3, DESCRIPTOR_TAG_EXT_ES_ID, DESCRIPTOR_TAG_EXTENSION_DVB, DESCRIPTOR_TAG_EXTENSION_MP4_LOAS, DESCRIPTOR_TAG_FLEX_MUX_TIMING, DESCRIPTOR_TAG_FMC, DESCRIPTOR_TAG_FMX_BUFSIZE, DESCRIPTOR_TAG_HIERARCHY, DESCRIPTOR_TAG_IBP, DESCRIPTOR_TAG_IOD, DESCRIPTOR_TAG_ISO_639_LANG, DESCRIPTOR_TAG_MAX_BITRATE, DESCRIPTOR_TAG_METADATA, DESCRIPTOR_TAG_METADATA_POINTER, DESCRIPTOR_TAG_METADATA_STD, DESCRIPTOR_TAG_MP4_AUDIO, DESCRIPTOR_TAG_MP4_VIDEO, DESCRIPTOR_TAG_MULTIPLE_BUF, DESCRIPTOR_TAG_MULTIPLEX_BUF_UTIL, DESCRIPTOR_TAG_MUXCODE, DESCRIPTOR_TAG_PRIVATE_DATA, DESCRIPTOR_TAG_REGISTRATION, DESCRIPTOR_TAG_SL, DESCRIPTOR_TAG_SMOOTHING_BUF, DESCRIPTOR_TAG_STD, DESCRIPTOR_TAG_STREAM_IDENTIFIER, DESCRIPTOR_TAG_SYSTEM_CLOCK, DESCRIPTOR_TAG_TGT_BACKGRD_GRID, DESCRIPTOR_TAG_VIDEO, DESCRIPTOR_TAG_VIDEO_WINDOWS, length, tag
-
Constructor Summary
ConstructorsConstructorDescriptionInstantiates a new AAC descriptor.AACSCTEDescriptor
(ByteBuffer descriptorData) Instantiates a new AAC descriptor. -
Method Summary
Modifier and TypeMethodDescriptionvoid
decodeDescriptorData
(ByteBuffer descriptorData) Decode descriptor data.toString()
Methods inherited from class com.wowza.wms.transport.mpeg2.Descriptor
binarySize, decodeDescriptor, getDataAsBase64, getDescriptorName, getShortClassName, serializeAMF, toBin, toDebugString
-
Field Details
-
profile
public int profile -
level
public int level -
hasExtendedData
public boolean hasExtendedData -
channelServiceFlag
public boolean channelServiceFlag -
mainIdFlag
public boolean mainIdFlag -
ascvFlag
public boolean ascvFlag -
languageFlag
public boolean languageFlag -
componentNameFlag
public boolean componentNameFlag -
aacExtensionFlag
public boolean aacExtensionFlag -
mixInfoExists
public boolean mixInfoExists -
channelConfig
public int channelConfig -
aacServiceType
public int aacServiceType -
receiverMixRequired
public boolean receiverMixRequired -
mainId
public int mainId -
asvc
public int asvc -
language
public byte[] language -
componentNameTextChars
public char[] componentNameTextChars -
aacExtensionDataConfig
public byte[] aacExtensionDataConfig -
PROFILE_LC_ADTS
public static final int PROFILE_LC_ADTS- See Also:
-
PROFILE_HE_ADTS
public static final int PROFILE_HE_ADTS- See Also:
-
PROFILE_HE_V2
public static final int PROFILE_HE_V2- See Also:
-
-
Constructor Details
-
AACSCTEDescriptor
public AACSCTEDescriptor()Instantiates a new AAC descriptor. -
AACSCTEDescriptor
Instantiates a new AAC descriptor.- Parameters:
descriptorData
- the descriptor data
-
-
Method Details
-
decodeDescriptorData
Description copied from class:Descriptor
Decode descriptor data.- Overrides:
decodeDescriptorData
in classDescriptor
- Parameters:
descriptorData
- the descriptor data
-
toString
- Overrides:
toString
in classDescriptor
-