Struct MFClockProperties
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: MediaFoundation
Assembly: MediaFoundation.dll
Syntax
[UnmanagedName("MFCLOCK_PROPERTIES")]
public struct MFClockProperties
Fields
dwClockFlags
dwClockJitter
Declaration
public int dwClockJitter
Field Value
System.Int32
|
dwClockTolerance
Declaration
public int dwClockTolerance
Field Value
System.Int32
|
guidClockId
Declaration
public Guid guidClockId
Field Value
System.Guid
|
qwClockFrequency
Declaration
public long qwClockFrequency
Field Value
System.Int64
|
qwCorrelationRate
Declaration
public long qwCorrelationRate
Field Value
System.Int64
|