Class SpliceSegmentationDescriptor
- Object
- 
- com.wowza.wms.transport.mpeg2.Descriptor
- 
- com.wowza.wms.transport.mpeg2.section.cue.SpliceSegmentationDescriptor
 
 
- 
 public class SpliceSegmentationDescriptor extends Descriptor 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description classSpliceSegmentationDescriptor.ComponentInfo
 - 
Field SummaryFields Modifier and Type Field Description intarchiveAllowedFlagintcomponentCountSpliceSegmentationDescriptor.ComponentInfo[]componentsintdeliveryNotRestrictedFlagintdeviceRestrictionsintidentifierintnoRegionalBlackoutFlagintprogramSegmentationFlagintsegmentationDurationFlagintsegmentationEventCancelIndicatorlongsegmentationEventIdintsegmentationTypeIdbyte[]segmentationUPIDintsegmentationUPIDLengthintsegmentationUPIDTypelongsegmentDurationintsegmentNumintsegmentsExpectedintwebDeliveryAllowedFlag- 
Fields inherited from class com.wowza.wms.transport.mpeg2.Descriptordata, 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 SummaryConstructors Constructor Description SpliceSegmentationDescriptor()SpliceSegmentationDescriptor(java.nio.ByteBuffer descriptorData)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddecodeDescriptorData(java.nio.ByteBuffer descriptorData)Decode descriptor data.AMFDataObjserializeAMF(SpliceInformationTableSerializeAMFContext context)StringtoDebugString()- 
Methods inherited from class com.wowza.wms.transport.mpeg2.DescriptorbinarySize, decodeDescriptor, getDataAsBase64, getDescriptorName, getShortClassName, toBin, toString
 
- 
 
- 
- 
- 
Field Detail- 
identifierpublic int identifier 
 - 
segmentationEventIdpublic long segmentationEventId 
 - 
segmentationEventCancelIndicatorpublic int segmentationEventCancelIndicator 
 - 
programSegmentationFlagpublic int programSegmentationFlag 
 - 
segmentationDurationFlagpublic int segmentationDurationFlag 
 - 
deliveryNotRestrictedFlagpublic int deliveryNotRestrictedFlag 
 - 
webDeliveryAllowedFlagpublic int webDeliveryAllowedFlag 
 - 
noRegionalBlackoutFlagpublic int noRegionalBlackoutFlag 
 - 
archiveAllowedFlagpublic int archiveAllowedFlag 
 - 
deviceRestrictionspublic int deviceRestrictions 
 - 
componentCountpublic int componentCount 
 - 
componentspublic SpliceSegmentationDescriptor.ComponentInfo[] components 
 - 
segmentDurationpublic long segmentDuration 
 - 
segmentationUPIDTypepublic int segmentationUPIDType 
 - 
segmentationUPIDLengthpublic int segmentationUPIDLength 
 - 
segmentationUPIDpublic byte[] segmentationUPID 
 - 
segmentationTypeIdpublic int segmentationTypeId 
 - 
segmentNumpublic int segmentNum 
 - 
segmentsExpectedpublic int segmentsExpected 
 
- 
 - 
Method Detail- 
decodeDescriptorDatapublic void decodeDescriptorData(java.nio.ByteBuffer descriptorData) Description copied from class:DescriptorDecode descriptor data.- Overrides:
- decodeDescriptorDatain class- Descriptor
- Parameters:
- descriptorData- the descriptor data
 
 - 
toDebugStringpublic String toDebugString() - Overrides:
- toDebugStringin class- Descriptor
 
 - 
serializeAMFpublic AMFDataObj serializeAMF(SpliceInformationTableSerializeAMFContext context) - Overrides:
- serializeAMFin class- Descriptor
 
 
- 
 
-