C# Class MonoMac.QTKit.QTTime

Mostrar archivo 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_oe property

public TimeFlags Flags
return TimeFlags

IndefiniteTime public_oe static_oe property

public static QTTime,MonoMac.QTKit IndefiniteTime
return QTTime

TimeScale public_oe property

public int TimeScale
return int

TimeValue public_oe property

public long TimeValue
return long

Zero public_oe static_oe property

public static QTTime Zero
return QTTime