Package | com.adobe.mediacore.manifesthandler |
Class | public class SMPTETimecodeInfo |
Inheritance | SMPTETimecodeInfo ![]() |
Property | Defined By | ||
---|---|---|---|
smpte : String
The SMPTE Time Code. | SMPTETimecodeInfo | ||
timestamp : Number
The timestamp of the SMPTE Time Code. | SMPTETimecodeInfo |
Method | Defined By | ||
---|---|---|---|
SMPTETimecodeInfo(smpte:String = null, timeStamp:Number)
Create SMPTETimeCodeInfo Object. | SMPTETimecodeInfo |
Constant | Defined By | ||
---|---|---|---|
SMPTE_TIME_CODE : String = SMPTETimeCode [static]
SMPTE Time Code type. | SMPTETimecodeInfo |
smpte | property |
smpte:String
The SMPTE Time Code.
public function get smpte():String
public function set smpte(value:String):void
timestamp | property |
timestamp:Number
The timestamp of the SMPTE Time Code.
public function get timestamp():Number
public function set timestamp(value:Number):void
SMPTETimecodeInfo | () | Constructor |
public function SMPTETimecodeInfo(smpte:String = null, timeStamp:Number)
Create SMPTETimeCodeInfo Object.
Parameterssmpte:String (default = null )
| |
timeStamp:Number (default = NaN )
|
SMPTE_TIME_CODE | Constant |
public static const SMPTE_TIME_CODE:String = SMPTETimeCode
SMPTE Time Code type.