[Missing <summary> documentation for "T:Monobjc.QTKit.QTKitFramework"]
| C# | Visual Basic | Visual C++ |
public static class QTKitFramework
Public NotInheritable Class QTKitFramework
public ref class QTKitFramework abstract sealed
| All Members | Methods | Fields | |||
| Icon | Member | Description |
|---|---|---|
| QTEqualTimeRanges(QTTimeRange, QTTimeRange) | Returns YES if the specified time ranges are identical. Original signature is 'BOOL QTEqualTimeRanges ( QTTimeRange range, QTTimeRange range2 );' Available in Mac OS X v10.4 and later. | |
| QTErrorCaptureInputKey | Use this key to retrieve the QTCaptureInput object for which the error occurred. Available in Mac OS X v10.5 and later. | |
| QTErrorCaptureOutputKey | Use this key to retrieve the QTCaptureOutput object for which the error occurred. Available in Mac OS X v10.5 and later. | |
| QTErrorDeviceKey | Use this key to retrieve the QTCaptureDevice object for which the error occurred. Available in Mac OS X v10.5 and later. | |
| QTErrorExcludingDeviceKey | Use this key to retrieve the QTCaptureDevice object for the device whose presence is excluding the device for which the error occurred. Available in Mac OS X v10.5 and later. | |
| QTErrorFileSizeKey | Use this key to interpret the file size in bytes as an NSNumber. Mac OS X v10.6; QuickTime 7.6.1. Declared in QTError.h. Available in Mac OS X v10.6 and later. | |
| QTErrorRecordingSuccesfullyFinishedKey | Use this key to determine whether the products of a recording were successfully finished after recording stopped due to an error. The value is an NSNumber interpreted as a BOOL. Available in Mac OS X v10.5 and later. | |
| QTErrorTimeKey | An NSValue interpreted as QTTime. Mac OS X v10.6; QuickTime 7.6.1. Declared in QTError.h. Available in Mac OS X v10.6 and later. | |
| QTGetTimeInterval(QTTime, Double%) | Returns the value of a QTTime structure expressed as an NSTimeInterval. Original signature is 'BOOL QTGetTimeInterval ( QTTime time, NSTimeInterval *timeInterval );' Available in Mac OS X v10.4 and later. | |
| QTGetTimeRecord(QTTime, IntPtr) | Returns the value of a QTTime structure expressed as a TimeRecord. Original signature is 'BOOL QTGetTimeRecord ( QTTime time, TimeRecord *timeRecord );' Available in Mac OS X v10.4 and later. | |
| QTIntersectionTimeRange(QTTimeRange, QTTimeRange) | Returns a QTTimeRange structure that represents the intersection of the two ranges. Original signature is 'QTTimeRange QTIntersectionTimeRange ( QTTimeRange range1, QTTimeRange range2 );' Available in Mac OS X v10.4 and later. | |
| QTKitErrorDomain | The QTKit error domain identifier. Available in Mac OS X v10.5 and later. | |
| QTMakeTime(Int64, NSInteger) | Creates a QTTime structure. Original signature is 'QTTime QTMakeTime ( long long timeValue, long timeScale );' Available in Mac OS X v10.4 and later. | |
| QTMakeTimeRange(QTTime, QTTime) | Returns a QTTimeRange structure initialized using the QTTime structures time and duration. Original signature is 'QTTimeRange QTMakeTimeRange ( QTTime time, QTTime duration );' Available in Mac OS X v10.4 and later. | |
| QTMakeTimeScaled(QTTime, NSInteger) | Returns a QTTime structure. Original signature is 'QTTime QTMakeTimeScaled ( QTTime time, long timeScale );' Available in Mac OS X v10.4 and later. | |
| QTMakeTimeWithTimeInterval(Double) | Creates a QTTime structure. Original signature is 'QTKIT_EXTERN QTTime QTMakeTimeWithTimeInterval ( NSTimeInterval timeInterval );' Available in Mac OS X v10.4 and later. | |
| QTMakeTimeWithTimeRecord(TimeRecord) | Creates a QTTime structure. Original signature is 'QTKIT_EXTERN QTTime QTMakeTimeWithTimeRecord ( TimeRecord timeRecord );' Available in Mac OS X v10.4 and later. | |
| QTOSTypeForString(NSString) | Returns a four-character code representing the specified NSString. Original signature is 'OSType QTOSTypeForString ( NSString *string );' Available in Mac OS X v10.4 and later. | |
| QTSMPTETimeCompare(SMPTETime, SMPTETime) | Compares two SMPTETime structures. Original signature is 'NSComparisonResult QTSMPTETimeCompare(SMPTETime time, SMPTETIme otherTime)' Available in Mac OS X v10.4 and later. | |
| QTStringForOSType(UInt32) | Returns an NSString representing the specified four-character code type. Original signature is 'NSString * QTStringForOSType ( OSType type );' Available in Mac OS X v10.4 and later. | |
| QTStringFromSMPTETime(SMPTETime) | Returns a human-readable string from the SMPTETime. The returned string is of the form hh:mm:ss.ff. Original signature is 'NSString* QTStringFromSMPTETime(SMPTETime time)' Available in Mac OS X v10.5 and later. | |
| QTStringFromTime(QTTime) | Returns a description of a QTTime structure. Original signature is 'NSString * QTStringFromTime ( QTTime time );' Available in Mac OS X v10.4 and later. | |
| QTStringFromTimeRange(QTTimeRange) | Returns a description of a QTTimeRange structure. Original signature is 'NSString * QTStringFromTimeRange ( QTTimeRange range );' Available in Mac OS X v10.4 and later. | |
| QTTimeCompare(QTTime, QTTime) | Returns a value of type NSComparisonResult. Original signature is 'NSComparisonResult QTTimeCompare ( QTTime time, QTTime otherTime );' Available in Mac OS X v10.4 and later. | |
| QTTimeDecrement(QTTime, QTTime) | Subtracks one QTTime from another. Original signature is 'QTTime QTTimeDecrement ( QTTime time, QTTime decrement );' Available in Mac OS X v10.4 and later. | |
| QTTimeFromString(NSString) | Returns a QTTime structure. Original signature is 'QTKIT_EXTERN QTTime QTTimeFromString ( NSString *string );' Available in Mac OS X v10.4 and later. | |
| QTTimeIncrement(QTTime, QTTime) | Adds two QTTime structures. Original signature is 'QTTime QTTimeIncrement ( QTTime time, QTTime increment );' Available in Mac OS X v10.4 and later. | |
| QTTimeInTimeRange(QTTime, QTTimeRange) | Returns YES if the specified time time lies in the time range range. Original signature is 'BOOL QTTimeInTimeRange ( QTTime time, QTTimeRange range );' Available in Mac OS X v10.4 and later. | |
| QTTimeRangeEnd(QTTimeRange) | Returns a QTTime structure representing the end of the specified time range. Original signature is 'QTTime QTTimeRangeEnd ( QTTimeRange range );' Available in Mac OS X v10.4 and later. | |
| QTTimeRangeFromString(NSString) | Returns a QTTimeRange structure Original signature is 'QTTimeRange QTTimeRangeFromString ( NSString *string );' Available in Mac OS X v10.4 and later. | |
| QTUnionTimeRange(QTTimeRange, QTTimeRange) | Returns a QTTimeRange structure. Original signature is 'QTTimeRange QTUnionTimeRange ( QTTimeRange range1, QTTimeRange range2 );' Available in Mac OS X v10.4 and later. |
| Object | |
| QTKitFramework | |
- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)