MonobjcMonobjc Documented Class Library
CVTimeStampFlags Enumeration
NamespacesMonobjc.QuartzCoreCVTimeStampFlags

The flags for the CVTimeStamp structure.

Available in Mac OS X v10.3 and later.

Declaration Syntax
C#Visual BasicVisual C++
[FlagsAttribute]
public enum CVTimeStampFlags
<FlagsAttribute> _
Public Enumeration CVTimeStampFlags
[FlagsAttribute]
public enum class CVTimeStampFlags
Members
MemberDescription
kCVTimeStampVideoTimeValid

The value in the video time field is valid.

Available in Mac OS X v10.3 and later.


kCVTimeStampHostTimeValid

The value in the host time field is valid.

Available in Mac OS X v10.3 and later.


kCVTimeStampSMPTETimeValid

The value in the SMPTE time field is valid.

Available in Mac OS X v10.3 and later.


kCVTimeStampVideoRefreshPeriodValid

The value in the video refresh period field is valid.

Available in Mac OS X v10.3 and later.


kCVTimeStampRateScalarValid

The value in the rate scalar field is valid.

Available in Mac OS X v10.3 and later.


kCVTimeStampTopField

The timestamp represents the top lines of an interlaced image.

Available in Mac OS X v10.3 and later.


kCVTimeStampBottomField

The timestamp represents the bottom lines of an interlaced image.

Available in Mac OS X v10.3 and later.


kCVTimeStampVideoHostTimeValid

A convenience constant indicating that both the video time and host time fields are valid.

Available in Mac OS X v10.3 and later.


kCVTimeStampIsInterlaced

A convenience constant indicating that the timestamp is for an interlaced image.

Available in Mac OS X v10.3 and later.


Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.AppKit (Module: Monobjc.AppKit)