Uses of Class
com.wowza.wms.transport.mpeg2.Descriptor
- 
Packages that use Descriptor Package Description com.wowza.wms.transport.mpeg2 com.wowza.wms.transport.mpeg2.section.cue 
- 
- 
Uses of Descriptor in com.wowza.wms.transport.mpeg2Subclasses of Descriptor in com.wowza.wms.transport.mpeg2 Modifier and Type Class Description classAACDVBDescriptorclassAACSCTEDescriptorclassAC3DescriptorclassAncillaryDataDescriptorclassCUEIdentifierDescriptorThe Class CUEIdentifierDescriptor.classEnhancedAC3DescriptorclassExtensionDVBDescriptorclassLanguageDescriptorThe Class LanguageDescriptor.classMetadataDescriptorclassMetaDataPointerDescriptorclassMetadataSTDDescriptorclassMP4AudioDescriptorclassMP4AudioExtensionLOASclassRegistrationDescriptorThe Class RegistrationDescriptor.classStreamIdentifierDescriptorThe Class StreamIdentifierDescriptor.classVideoStreamDescriptorThe Class VideoStreamDescriptor.Fields in com.wowza.wms.transport.mpeg2 with type parameters of type Descriptor Modifier and Type Field Description com.wowza.util.MultiMap<Integer,Descriptor>ProgramMapTable.StreamInfo. descriptorsThe descriptors.com.wowza.util.MultiMap<Integer,Descriptor>ProgramMapTable. programDescriptorsThe program descriptors.Methods in com.wowza.wms.transport.mpeg2 that return Descriptor Modifier and Type Method Description static DescriptorDescriptor. decodeDescriptor(java.nio.ByteBuffer descriptorData)Decode descriptor.
- 
Uses of Descriptor in com.wowza.wms.transport.mpeg2.section.cueSubclasses of Descriptor in com.wowza.wms.transport.mpeg2.section.cue Modifier and Type Class Description classSpliceAvailDescriptorclassSpliceDTMFDescriptorclassSpliceSegmentationDescriptorFields in com.wowza.wms.transport.mpeg2.section.cue with type parameters of type Descriptor Modifier and Type Field Description java.util.List<Descriptor>SpliceInformationTable. spliceDescriptorsThe splice descriptors.Methods in com.wowza.wms.transport.mpeg2.section.cue that return types with arguments of type Descriptor Modifier and Type Method Description java.util.List<Descriptor>SpliceInformationTable. getSpliceDescriptors()
 
-