| Package | com.adobe.mediacore.utils.scte35.commands |
| Class | public final class TimeSignalCommand |
| Inheritance | TimeSignalCommand Object |
| Implements | SpliceCommand |
| Property | Defined By | ||
|---|---|---|---|
| spliceTime : SpliceTime [read-only]
Specifies the time of the splice event. | TimeSignalCommand | ||
| type : uint [read-only]
Returns the type of the splice command. | TimeSignalCommand | ||
| Method | Defined By | ||
|---|---|---|---|
TimeSignalCommand(spliceTime:SpliceTime)
Default constructor. | TimeSignalCommand | ||
| spliceTime | property |
spliceTime:SpliceTime [read-only] Specifies the time of the splice event.
public function get spliceTime():SpliceTimeSee also
| type | property |
type:uint [read-only] Returns the type of the splice command. See the SpliceCommandType enumeration for possible values.
public function get type():uint| TimeSignalCommand | () | Constructor |
public function TimeSignalCommand(spliceTime:SpliceTime)Default constructor.
ParametersspliceTime:SpliceTime |