MonobjcMonobjc Documented Class Library
QTCaptureDeviceAVCTransportControl Enumeration
NamespacesMonobjc.QTKitQTCaptureDeviceAVCTransportControl

These are the values for the dictionary passed to QTCaptureDeviceAVCTransportControlsAttribute. For most cameras and tape decks, different speeds will affect the media speed.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum QTCaptureDeviceAVCTransportControl
Public Enumeration QTCaptureDeviceAVCTransportControl
public enum class QTCaptureDeviceAVCTransportControl
Members
MemberDescription
QTCaptureDeviceAVCTransportControlsFastestReverseSpeed

Media runs in reverse at greater than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsVeryFastReverseSpeed

Media runs in reverse at greater than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsFastReverseSpeed

Media runs in reverse at greater than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsNormalReverseSpeed

Media runs in reverse at normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsSlowReverseSpeed

Media runs in reverse at less than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsVerySlowReverseSpeed

Media runs in reverse at less than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsSlowestReverseSpeed

Media runs in reverse at less than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsStoppedSpeed

Media is paused.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsSlowestForwardSpeed

Media runs forward at less than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsVerySlowForwardSpeed

Media runs forward at less than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsSlowForwardSpeed

Media runs forward at less than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsNormalForwardSpeed

Media runs forward at normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsFastForwardSpeed

Media runs forward at greater than than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsVeryFastForwardSpeed

Media runs forward at greater than than normal speed.

Available in Mac OS X v10.5 and later.


QTCaptureDeviceAVCTransportControlsFastestForwardSpeed

Media runs forward at greater than than normal speed.

Available in Mac OS X v10.5 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.QTKit (Module: Monobjc.QTKit)