Package com.wowza.wms.transport.mpeg2
Class AdaptationField
Object
com.wowza.wms.transport.mpeg2.AdaptationField
The Class AdaptationField.
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
The discontinuity.long
The DTS next au.boolean
The extension.boolean
The ltw flag.int
The ltw offset.boolean
The ltw valid flag.long
The OPCR clock27.long
The OPCR clock90.boolean
The OPCR flag.long
The PCR clock27.long
The PCR clock90.boolean
The PCR flag.int
The piecewise rate.boolean
The piecewise rate flag.byte[]
The private data.boolean
The private data flag.int
The private data length.boolean
The random access.boolean
The seemless splice flag.int
The splic countdown.int
The splice type.boolean
The splicing point.boolean
The stream priority. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
discontinuity
public boolean discontinuityThe discontinuity. -
randomAccess
public boolean randomAccessThe random access. -
streamPriority
public boolean streamPriorityThe stream priority. -
pcrFlag
public boolean pcrFlagThe PCR flag. -
opcrFlag
public boolean opcrFlagThe OPCR flag. -
splicingPoint
public boolean splicingPointThe splicing point. -
privateDataFlag
public boolean privateDataFlagThe private data flag. -
extension
public boolean extensionThe extension. -
pcrClock90
public long pcrClock90The PCR clock90. -
pcrClock27
public long pcrClock27The PCR clock27. -
opcrClock90
public long opcrClock90The OPCR clock90. -
opcrClock27
public long opcrClock27The OPCR clock27. -
splicCountdown
public int splicCountdownThe splic countdown. -
privateDataLength
public int privateDataLengthThe private data length. -
privateData
public byte[] privateDataThe private data. -
ltwFlag
public boolean ltwFlagThe ltw flag. -
piecewiseRateFlag
public boolean piecewiseRateFlagThe piecewise rate flag. -
seemlessSpliceFlag
public boolean seemlessSpliceFlagThe seemless splice flag. -
ltwValidFlag
public boolean ltwValidFlagThe ltw valid flag. -
ltwOffset
public int ltwOffsetThe ltw offset. -
piecewiseRate
public int piecewiseRateThe piecewise rate. -
spliceType
public int spliceTypeThe splice type. -
dtsNextAU
public long dtsNextAUThe DTS next au.
-
-
Constructor Details
-
AdaptationField
public AdaptationField()
-