C# Class Monobjc.CoreMedia.CMTime

ファイルを表示 Open project: Monobjc/monobjc

Public Properties

Property Type Description
epoch long
flags CMTimeFlags
timescale int
value long

Property Details

epoch public_oe property

The epoch of the CMTime.

Available in Mac OS X v10.7 and later.

public long epoch
return long

flags public_oe property

A bitfield representing the flags set for the CMTime.

Available in Mac OS X v10.7 and later.

public CMTimeFlags flags
return CMTimeFlags

timescale public_oe property

The timescale of the CMTime.

Available in Mac OS X v10.7 and later.

public int timescale
return int

value public_oe property

The value of the CMTime.

Available in Mac OS X v10.7 and later.

public long value
return long