Packagecom.adobe.mediacore.utils.scte35.data
Classpublic final class SpliceComponent
InheritanceSpliceComponent Inheritance Object

Class which wraps component specific splice information. The SCTE-35 standard defines two ways of signaling which splice points within a program are to be spliced. When the programSliceFlag is true, it denotes that the Program Splice Mode is active and that all PIDs of a program may be spliced. When the programSliceFlag is false, it indicates that the Component Splice Mode is active and that the message will specify unambiguously which PIDs are to be spliced and may give a unique splice time for each. This is required to direct the splicing device to splice or not to splice various unspecified data types as well as video and audio.



Public Properties
 PropertyDefined 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
Public Methods
 MethodDefined By
  
SpliceComponent(component:uint, spliceTime:SpliceTime)
Default constructor.
SpliceComponent
Property Detail
componentproperty
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.


Implementation
    public function get component():uint
spliceTimeproperty 
spliceTime:SpliceTime  [read-only]

Splice time information for this component.


Implementation
    public function get spliceTime():SpliceTime
Constructor Detail
SpliceComponent()Constructor
public function SpliceComponent(component:uint, spliceTime:SpliceTime)

Default constructor.

Parameters
component:uint — The identifier for the elementary stream.
 
spliceTime:SpliceTime — The splice time information for the elementary stream.