C# Class MonoMac.QTKit.QTTime

Show file Open project: kangaroo/monomac Class Usage Examples

Public Properties

Property Type Description
Flags TimeFlags
IndefiniteTime QTTime
TimeScale int
TimeValue long
Zero QTTime

Public Methods

Method Description
QTTime ( long timeValue, int timeScale ) : System
QTTime ( long timeValue, int timeScale, TimeFlags flags ) : System
ToString ( ) : string

Method Details

QTTime() public method

public QTTime ( long timeValue, int timeScale ) : System
timeValue long
timeScale int
return System

QTTime() public method

public QTTime ( long timeValue, int timeScale, TimeFlags flags ) : System
timeValue long
timeScale int
flags TimeFlags
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

Flags public property

public TimeFlags Flags
return TimeFlags

IndefiniteTime public static property

public static QTTime,MonoMac.QTKit IndefiniteTime
return QTTime

TimeScale public property

public int TimeScale
return int

TimeValue public property

public long TimeValue
return long

Zero public static property

public static QTTime Zero
return QTTime