Package | com.adobe.mediacore.utils.scte35.data |
Class | public final class SpliceComponent |
Inheritance | SpliceComponent ![]() |
Property | Defined By | ||
---|---|---|---|
component : uint [read-only]
An 8-bit value that identifies the elementary PID stream containing the
Splice Point specified by the value of spliceTime property. | SpliceComponent | ||
spliceTime : SpliceTime [read-only]
Splice time information for this component. | SpliceComponent |
Method | Defined By | ||
---|---|---|---|
SpliceComponent(component:uint, spliceTime:SpliceTime)
Default constructor. | SpliceComponent |
component | property |
component:uint
[read-only] An 8-bit value that identifies the elementary PID stream containing the Splice Point specified by the value of spliceTime property. The value shall be the same as the value used to identify that elementary PID stream.
public function get component():uint
spliceTime | property |
spliceTime:SpliceTime
[read-only] Splice time information for this component.
public function get spliceTime():SpliceTime
SpliceComponent | () | Constructor |
public function SpliceComponent(component:uint, spliceTime:SpliceTime)
Default constructor.
Parameterscomponent:uint — The identifier for the elementary stream.
| |
spliceTime:SpliceTime — The splice time information for the elementary stream.
|