Packagecom.adobe.mediacore.manifesthandler
Classpublic class SMPTETimecodeInfo
InheritanceSMPTETimecodeInfo Inheritance Object

Serialized manifest smpteTimeCode object.



Public Properties
 PropertyDefined By
  smpte : String
The SMPTE Time Code.
SMPTETimecodeInfo
  timestamp : Number
The timestamp of the SMPTE Time Code.
SMPTETimecodeInfo
Public Methods
 MethodDefined By
  
SMPTETimecodeInfo(smpte:String = null, timeStamp:Number)
Create SMPTETimeCodeInfo Object.
SMPTETimecodeInfo
Public Constants
 ConstantDefined By
  SMPTE_TIME_CODE : String = SMPTETimeCode
[static] SMPTE Time Code type.
SMPTETimecodeInfo
Property Detail
smpteproperty
smpte:String

The SMPTE Time Code.


Implementation
    public function get smpte():String
    public function set smpte(value:String):void
timestampproperty 
timestamp:Number

The timestamp of the SMPTE Time Code.


Implementation
    public function get timestamp():Number
    public function set timestamp(value:Number):void
Constructor Detail
SMPTETimecodeInfo()Constructor
public function SMPTETimecodeInfo(smpte:String = null, timeStamp:Number)

Create SMPTETimeCodeInfo Object.

Parameters
smpte:String (default = null)
 
timeStamp:Number (default = NaN)
Constant Detail
SMPTE_TIME_CODEConstant
public static const SMPTE_TIME_CODE:String = SMPTETimeCode

SMPTE Time Code type.