MonoMac.CoreMedia.CMTime Members

The members of MonoMac.CoreMedia.CMTime are listed below.

See Also: Inherited members from System.ValueType

Public Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Fields

static readonly
EpochKeyMonoMac.Foundation.NSString. Documentation for this section has not yet been entered.
static readonly
FlagsKeyMonoMac.Foundation.NSString. Documentation for this section has not yet been entered.
static
IndefiniteCMTime. Documentation for this section has not yet been entered.
static
InvalidCMTime. Documentation for this section has not yet been entered.
const
MaxTimeScaleint (2147483647). Documentation for this section has not yet been entered.
static
NegativeInfinityCMTime. Documentation for this section has not yet been entered.
static
PositiveInfinityCMTime. Documentation for this section has not yet been entered.
static readonly
ScaleKeyMonoMac.Foundation.NSString. Documentation for this section has not yet been entered.
TimeEpochlong. Documentation for this section has not yet been entered.
TimeFlagsCMTime.Flags. Documentation for this section has not yet been entered.
TimeScaleint. Documentation for this section has not yet been entered.
Valuelong. Documentation for this section has not yet been entered.
static readonly
ValueKeyMonoMac.Foundation.NSString. Documentation for this section has not yet been entered.
static
ZeroCMTime. Documentation for this section has not yet been entered.

Public Properties

[read-only]
AbsoluteValueCMTime. Documentation for this section has not yet been entered.
[read-only]
AsDictionaryIntPtr. Documentation for this section has not yet been entered.
[read-only]
Descriptionstring. Documentation for this section has not yet been entered.
[read-only]
IsIndefinitebool. Documentation for this section has not yet been entered.
[read-only]
IsInvalidbool. Documentation for this section has not yet been entered.
[read-only]
IsNegativeInfinitybool. Documentation for this section has not yet been entered.
[read-only]
IsPositiveInfinitybool. Documentation for this section has not yet been entered.
[read-only]
Secondsdouble. Documentation for this section has not yet been entered.

Public Methods

static
Add(CMTime, CMTime) : CMTime
Documentation for this section has not yet been entered.
static
Compare(CMTime, CMTime) : int
Documentation for this section has not yet been entered.
ConvertScale(int, CMTimeRoundingMethod) : CMTime
Documentation for this section has not yet been entered.
override
Equals(object) : bool
Documentation for this section has not yet been entered.
static
FromDictionary(IntPtr) : CMTime
Documentation for this section has not yet been entered.
static
FromSeconds(double, int) : CMTime
Creates a new instance of CMTime from a second and timescale description.
override
GetHashCode() : int
Documentation for this section has not yet been entered.
static
GetMaximum(CMTime, CMTime) : CMTime
Documentation for this section has not yet been entered.
static
GetMinimum(CMTime, CMTime) : CMTime
Documentation for this section has not yet been entered.
static
Multiply(CMTime, double) : CMTime
Documentation for this section has not yet been entered.
static
Multiply(CMTime, int) : CMTime
Documentation for this section has not yet been entered.
static
Subtract(CMTime, CMTime) : CMTime
Documentation for this section has not yet been entered.
override
ToString() : string
Documentation for this section has not yet been entered.

Public Operators

static
Addition(CMTime, CMTime)Documentation for this section has not yet been entered.
static
Equality(CMTime, CMTime)Documentation for this section has not yet been entered.
static
Inequality(CMTime, CMTime)Documentation for this section has not yet been entered.
static
Multiply(CMTime, double)Documentation for this section has not yet been entered.
static
Multiply(CMTime, int)Documentation for this section has not yet been entered.
static
Subtraction(CMTime, CMTime)Documentation for this section has not yet been entered.