MonobjcMonobjc Documented Class Library
QTKError Enumeration
NamespacesMonobjc.QTKitQTKError

Error codes returned within QTKitErrorDomain.

Available in Mac OS X v10.5 and later.

Declaration Syntax
C#Visual BasicVisual C++
public enum QTKError
Public Enumeration QTKError
public enum class QTKError
Members
MemberDescription
QTErrorUnknown

Indicates an unexpected or unknown error.

Check NSUnderlyingErrorKey for an NSError representing the internal cause of the error.

Available in Mac OS X v10.5 and later.


QTErrorIncompatibleInput

The input could not be added to the specified session because it is incompatible with existing inputs and outputs in the session.

Check QTErrorCaptureInputKey for the input experiencing the error.

Available in Mac OS X v10.5 and later.


QTErrorIncompatibleOutput

The output could not be added to the specified session because it is incompatible with existing inputs and outputs in the session.

Check QTErrorCaptureOutputKey for the output experiencing the error.

Available in Mac OS X v10.5 and later.


QTErrorDeviceAlreadyUsedbyAnotherSession

The device could not be added to the session because it experiences a runtime error trying to use a device already being used by another session.

Available in Mac OS X v10.5 and later.


QTErrorNoDataCaptured

Returned when no data was successfully captured during a recording or other capture operation.

Available in Mac OS X v10.5 and later.


QTErrorSessionConfigurationChanged

The recording has been automatically stopped because an input or output has been added or removed, or the channels of an input or output have changed.

Check QTErrorCaptureSuccesfullyFinishedKey to determine if the recorded products were successfully completed when recording was stopped.

Available in Mac OS X v10.5 and later.


QTErrorDiskFull

The recording has been automatically stopped because the disk being used for recorded products is full.

Check QTErrorCaptureSuccesfullyFinishedKey to determine if the recorded products were successfully completed when recording was stopped. This error will occur while the destination disk still has sufficient space to avoid system wide warnings about low disk space.

Available in Mac OS X v10.5 and later.


QTErrorDeviceWasDisconnected

The recording has been automatically stopped because an input device was disconnected.

Check QTErrorCaptureSuccesfullyFinishedKey to determine if the capture products were successfully completed when recording was stopped.

Available in Mac OS X v10.5 and later.


QTErrorMediaChanged

The recording has been automatically stopped because the format of the input media changed or the media samples were invalid.

Check QTErrorCaptureSuccesfullyFinishedKey to determine if the capture products were successfully completed when recording was stopped.

Available in Mac OS X v10.5 and later.


QTErrorMaximumDurationReached

Returned when recording has reached the maximum duration specified by the application.

Available in Mac OS X v10.5 and later.


QTErrorMaximumFileSizeReached

Returned when recording has reached the maximum file size specified by the application.

Available in Mac OS X v10.5 and later.


QTErrorMediaDiscontinuity

Returned when there is a discontinuity in captured media, usually because of perfomance problems on the user's system or because of a change in a device's state. This error generally indicates that media samples have been dropped in order to maintain real time capture.

Available in Mac OS X v10.5 and later.


QTErrorMaximumNumberOfSamplesForFileFormatReached

Indicates the maximum number of samples reached for the file format.

Mac OS X v10.6; QuickTime 7.6.3.

Declared in QTError.h.

Available in Mac OS X v10.5 and later.


QTErrorDeviceNotConnected

The device is not connected to the computer.

Available in Mac OS X v10.5 and later.


QTErrorDeviceInUseByAnotherApplication

The device is in use by another application.

Available in Mac OS X v10.5 and later.


QTErrorDeviceExcludedByAnotherDevice

The device is excluded by another device.

Check QTErrorExcludingDeviceKey to determine the device that needs to be closed to open the device that failed.

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)