Package | com.adobe.mediacore.utils.scte35.data |
Class | public final class SegmentComponent |
Inheritance | SegmentComponent ![]() |
Property | Defined By | ||
---|---|---|---|
component : uint [read-only]
A value that identifies the elementary PID stream containing the Segmentation
Point specified by the value of SpliceTime that follows. | SegmentComponent | ||
ptsOffset : Number [read-only]
A value that shall be used by a splicing device as an offset to be added to the
time property of the spliceTime information to obtain the intended splice time(s). | SegmentComponent |
Method | Defined By | ||
---|---|---|---|
SegmentComponent(component:uint, ptsOffset:Number)
Default constructor. | SegmentComponent |
component | property |
component:uint
[read-only] A value that identifies the elementary PID stream containing the Segmentation Point specified by the value of SpliceTime that follows. The value shall be the same as the value used in the stream_identification_descriptor() to identify that elementary PID stream. The presence of this field from the component loop denotes the presence of this component of the asset.
public function get component():uint
ptsOffset | property |
ptsOffset:Number
[read-only] A value that shall be used by a splicing device as an offset to be added to the time property of the spliceTime information to obtain the intended splice time(s). When this field has a zero value, then the time property of the SpliceTime information shall be used without an offset. If the SpliceTime doesn't have the time specified or or if the command this descriptor is carried with does not have a SpliceTime property, this field shall be used to offset the derived immediate splice time.
public function get ptsOffset():Number
SegmentComponent | () | Constructor |
public function SegmentComponent(component:uint, ptsOffset:Number)
Default constructor.
Parameterscomponent:uint — The identifier for the elementary stream.
| |
ptsOffset:Number — The offset time which needs to be added to splice time
for the elementary stream.
|