MonobjcMonobjc Documented Class Library
QTMovie Class
NamespacesMonobjc.QTKitQTMovie

[Missing <summary> documentation for "T:Monobjc.QTKit.QTMovie"]

Declaration Syntax
C#Visual BasicVisual C++
public class QTMovie : NSObject, IManagedWrapper, 
	INSCoding, INSCopying
Public Class QTMovie _
	Inherits NSObject _
	Implements IManagedWrapper, INSCoding, INSCopying
public ref class QTMovie : public NSObject, 
	IManagedWrapper, INSCoding, INSCopying
Members
All MembersConstructorsMethodsPropertiesFields



IconMemberDescription
QTMovie(NSDictionary, NSError%)

Initializes a QTMovie object with the attributes specified in attributes.

Original signature is '- (id)initWithAttributes:(NSDictionary *)attributes error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


QTMovie(NSData, NSError%)

Initializes a QTMovie object with the data specified by data.

Original signature is '- (id)initWithData:(NSData *)data error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


QTMovie(QTDataReference, NSError%)

Initializes a QTMovie object with the data reference setting specified by dataReference.

Original signature is '- (id)initWithDataReference:(QTDataReference *)dataReference error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


QTMovie(NSString, NSError%)

Initializes a QTMovie object with the data in the file specified by the name fileName.

Original signature is '- (id)initWithFile:(NSString *)fileName error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


QTMovie(QTMovie, QTTimeRange, NSError%)

Initializes a QTMovie object with some or all of the data from an existing QTMovie object movie.

Original signature is '- (id)initWithMovie:(QTMovie *)movie timeRange:(QTTimeRange)range error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


QTMovie(NSPasteboard, NSError%)

Initializes a QTMovie object with the contents of the pasteboard specified by pasteboard.

Original signature is '- (id)initWithPasteboard:(NSPasteboard *)pasteboard error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


QTMovie(IntPtr, Boolean, NSError%)

Initializes a QTMovie object with the data from an existing QuickTime movie movie.

Original signature is '- (id)initWithQuickTimeMovie:(Movie)movie disposeWhenDone:(BOOL)dispose error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


QTMovie(NSURL, NSError%)

Initializes a QTMovie object with the data in the URL specified by url.

Original signature is '- (id)initWithURL:(NSURL *)url error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


QTMovie(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


QTMovie()()()()
Initializes a new instance of the QTMovie class.

QTMovie(IntPtr)
Initializes a new instance of the QTMovie class.

QTMovie(String, Object, array<Object>[]()[][])
Initializes a new instance of the QTMovie class.

AddChaptersWithAttributesError(NSArray, NSDictionary, NSError%)

Adds chapters to the receiver using the information specified in the chapters array.

Original signature is '- (void)addChapters:(NSArray *)chapters withAttributes:(NSDictionary *)attributes error:(NSError **)errorPtr'

Available in 5 and later.


AddImageForDurationWithAttributes(NSImage, QTTime, NSDictionary)

Adds an image for the specified duration to the receiver, using attributes specified in the attributes dictionary.

Original signature is '- (void)addImage:(NSImage *)image forDuration:(QTTime)duration withAttributes:(NSDictionary *)attributes'

Available in Mac OS X v10.3 and later.


AddObserverForKeyPathOptionsContext(NSObject, NSString, NSKeyValueObservingOptions, IntPtr)

Registers anObserver to receive KVO notifications for the specified key-path relative to the receiver.

Original signature is '- (void)addObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath options:(NSKeyValueObservingOptions)options context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Alloc()()()()
Allocates a new native instance.
(Inherited from Id.)
AppendSelectionFromMovie(Id)

Appends to a QTMovie the current selection in movie.

Original signature is '- (void)appendSelectionFromMovie:(id)movie'

Available in Mac OS X v10.3 and later.


AttachToCurrentThread()()()()

Attaches the receiver to the current thread; returns YES if successful, NO otherwise.

Original signature is '- (BOOL)attachToCurrentThread'

Available in 5 and later.


AttributeForKey(NSString)

Returns the current value of the movie attribute attributeKey.

Original signature is '- (id)attributeForKey:(NSString *)attributeKey'

Available in Mac OS X v10.3 and later.


AttributeKeys

Returns an array of NSString objects containing the names of immutable values that instances of the receiver's class contain.

Original signature is '- (NSArray *)attributeKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
AutoContentAccessingProxy

Creates and returns an autoreleased proxy for the receiving object

Original signature is '- (id)autoContentAccessingProxy'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
Autoplay()()()()

Sets a movie to start playing when a sufficient amount of media data is available.

Original signature is '- (void)autoplay'

Available in 1 or later and later.


Autorelease()()()()

Adds the receiver to the current autorelease pool.

Original signature is '- (id)autorelease'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
AwakeAfterUsingCoder(NSCoder)

Overridden by subclasses to substitute another object in place of the object that was decoded and subsequently received this message.

Original signature is '- (id)awakeAfterUsingCoder:(NSCoder *)aDecoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
BindToObjectWithKeyPathOptions(NSString, Id, NSString, NSDictionary)

Establishes a binding between a given property of the receiver and the property of a given object specified by a given key path.

Original signature is '- (void)bind:(NSString *)binding toObject:(id)observableController withKeyPath:(NSString *)keyPath options:(NSDictionary *)options'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
CanInitWithDataReference(QTDataReference)

Returns YES if the specified data reference can be used to initialize a QTMovie object.

Original signature is '+ (BOOL)canInitWithDataReference:(QTDataReference*)dataReference'

Available in Mac OS X v10.3 and later.


CanInitWithFile(NSString)

Returns YES if the contents of the specified file can be used to initialize a QTMovie object.

Original signature is '+ (BOOL)canInitWithFile:(NSString *)fileName'

Available in Mac OS X v10.3 and later.


CanInitWithPasteboard(NSPasteboard)

Returns YES if the contents of the specified pasteboard can be used to initialize a QTMovie object.

Original signature is '+ (BOOL)canInitWithPasteboard:(NSPasteboard *)pasteboard'

Available in Mac OS X v10.3 and later.


CanInitWithURL(NSURL)

Returns YES if the contents of the specified URL can be used to initialize a QTMovie object.

Original signature is '+ (BOOL)canInitWithURL:(NSURL *)url'

Available in Mac OS X v10.3 and later.


CanUpdateMovieFile

Indicates whether a movie file can be updated with changes made to the movie object.

Original signature is '- (BOOL)canUpdateMovieFile'

Available in Mac OS X v10.3 and later.


CastAs<(Of <<'(T>)>>)()()()()
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
CastTo<(Of <<'(T>)>>)()()()()
Cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from Id.)
ChapterCount

Returns the number of chapters in the receiver, or 0 if there are no chapters.

Original signature is '- (NSInteger)chapterCount'

Available in 5 and later.


ChapterIndexForTime(QTTime)

Returns the 0-based index of the chapter that contains the specified movie time.

Original signature is '- (NSInteger)chapterIndexForTime:(QTTime)time'

Available in 5 and later.


Chapters

Returns an NSArray containing information about the chapters in the receiver.

Original signature is '- (NSArray *)chapters'

Available in 5 and later.


Class

Gets the class of the underlying instance.

(Inherited from Id.)
ClassCode

Returns the receiver's Apple event type code, as stored in the NSScriptClassDescription object for the object’s class.

Original signature is '- (FourCharCode)classCode'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassDescription

Returns an object containing information about the attributes and relationships of the receiver’s class.

Original signature is '- (NSClassDescription *)classDescription'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForArchiver

Overridden by subclasses to substitute a class other than its own during archiving.

Original signature is '- (Class)classForArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForCoder

Overridden by subclasses to substitute a class other than its own during coding.

Original signature is '- (Class)classForCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassForKeyedArchiver

Overridden by subclasses to substitute a new class for instances during keyed archiving.

Original signature is '- (Class)classForKeyedArchiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ClassForPortCoder

Overridden by subclasses to substitute a class other than its own for distribution encoding.

Original signature is '- (Class)classForPortCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ClassName

Returns a string containing the name of the class.

Original signature is '- (NSString *)className'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CoerceValueForKey(Id, NSString)

Uses type info from the class description and NSScriptCoercionHandler to attempt to convert value for key to the proper type, if necessary.

Original signature is '- (id)coerceValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ConformsToProtocol(IntPtr)

Returns a Boolean value that indicates whether the receiver conforms to a given protocol. (required)

Original signature is '- (BOOL)conformsToProtocol:(Protocol *)aProtocol'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Copy()()()()

Returns the object returned by copyWithZone:, where the zone is nil.

Original signature is '- (id)copy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
CopyScriptingValueForKeyWithProperties(Id, NSString, NSDictionary)

Creates and returns one or more scripting objects to be inserted into the specified relationship by copying the passed-in value and setting the properties in the copied object or objects.

Original signature is '- (id)copyScriptingValue:(id)value forKey:(NSString *)key withProperties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
CopyWithZone(IntPtr)

Returns a new instance that’s a copy of the receiver. (required)

Original signature is '- (id)copyWithZone:(NSZone *)zone'

Available in Mac OS X v10.0 and later.


CurrentFrameImage

Returns an NSImage for the frame at the current time in a QTMovie.

Original signature is '- (NSImage *)currentFrameImage'

Available in Mac OS X v10.3 and later.


CurrentTime

Returns the current time of a QTMovie object as a structure of type QTTime.

Original signature is '- (QTTime)currentTime'

Available in Mac OS X v10.3 and later.


Dealloc()()()()

Deallocates the memory occupied by the receiver.

Original signature is '- (void)dealloc'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Delegate

Returns the delegate of a QTMovie object.

Original signature is '- (id)delegate'

Available in Mac OS X v10.3 and later.


DeleteSegment(QTTimeRange)

Deletes from a QTMovie the segment delimited by segment.

Original signature is '- (void)deleteSegment:(QTTimeRange)segment'

Available in Mac OS X v10.3 and later.


Description

Returns a string that describes the contents of the receiver. (required)

Original signature is '- (NSString *)description'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
DetachFromCurrentThread()()()()

Detaches the receiver from the current thread; returns YES if successful, NO otherwise.

Original signature is '- (BOOL)detachFromCurrentThread'

Available in 5 and later.


DictionaryWithValuesForKeys(NSArray)

Returns a dictionary containing the property values identified by each of the keys in a given array.

Original signature is '- (NSDictionary *)dictionaryWithValuesForKeys:(NSArray *)keys'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property has changed.

Original signature is '- (void)didChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
DidChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change was made to a specified unordered to-many relationship.

Original signature is '- (void)didChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
DidChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change has occurred on the indexes for a specified ordered to-many relationship.

Original signature is '- (void)didChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Dispose()()()()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from Id.)
Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
(Inherited from Id.)
DoesNotRecognizeSelector(IntPtr)

Handles messages the receiver doesn’t recognize.

Original signature is '- (void)doesNotRecognizeSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Duration

Returns the duration of a QTMovie object as a structure of type QTTime.

Original signature is '- (QTTime)duration'

Available in Mac OS X v10.3 and later.


EncodeWithCoder(NSCoder)

Encodes the receiver using a given archiver. (required)

Original signature is '- (void)encodeWithCoder:(NSCoder *)encoder'

Available in Mac OS X v10.0 and later.


EnterQTKitOnThread()()()()

Performs any QuickTime-specific initialization for the current (non-main) thread; must be paired with a call to exitQTKitOnThread.

Original signature is '+ (void)enterQTKitOnThread'

Available in 5 and later.


EnterQTKitOnThreadDisablingThreadSafetyProtection()()()()

Performs any QuickTime-specific initialization for the current (non-main) thread, allowing non-thread-safe components; must be paired with a call to exitQTKitOnThread.

Original signature is '+ (void)enterQTKitOnThreadDisablingThreadSafetyProtection'

Available in 5 and later.


Equals(Id)
Indicates whether the current object is equal to another object of the same type.
(Inherited from Id.)
Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Id.)
ExitQTKitOnThread()()()()

Performs any QuickTime-specific shut-down for the current (non-main) thread; must be paired with a call to enterQTKitOnThread or enterQTKitOnThreadDisablingThreadSafetyProtection.

Original signature is '+ (void)exitQTKitOnThread'

Available in 5 and later.


ExposedBindings

Returns an array containing the bindings exposed by the receiver.

Original signature is '- (NSArray *)exposedBindings'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
Finalize()()()()
Releases unmanaged resources and performs other cleanup operations before the Id is reclaimed by garbage collection.
(Inherited from Id.)
ForwardingTargetForSelector(IntPtr)

Returns the object to which unrecognized messages should first be directed.

Original signature is '- (id)forwardingTargetForSelector:(SEL)aSelector'

Available in Mac OS X v10.6 and later.

(Inherited from NSObject.)
ForwardInvocation(NSInvocation)

Overridden by subclasses to forward messages to other objects.

Original signature is '- (void)forwardInvocation:(NSInvocation *)anInvocation'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
FrameImageAtTime(QTTime)

Returns an NSImage for the frame at the time time in a QTMovie.

Original signature is '- (NSImage *)frameImageAtTime:(QTTime)time'

Available in Mac OS X v10.3 and later.


FrameImageAtTimeWithAttributesError(QTTime, NSDictionary, NSError%)

Returns an NSImage*, CIImage*, CGImageRef, CVPixelBufferRef, or CVOpenGLTextureRef for the movie image at the specified time

Original signature is '- (void *)frameImageAtTime:(QTTime)time withAttributes:(NSDictionary *)attributes error:(NSError **)errorPtr'

Available in Mac OS X v10.5 and later.


GenerateApertureModeDimensions()()()()

Adds information to a QTMovie needed to support aperture modes for tracks created with applications and/or versions of QuickTime that did not support aperture mode dimensions.

Original signature is '- (void)generateApertureModeDimensions'

Available in Mac OS X v10.3 and later.


GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Id.)
GetInstanceVariable<(Of <<'(T>)>>)(String)
Gets the instance variable of the specified name.
(Inherited from Id.)
GetType()()()()
Gets the Type of the current instance.
(Inherited from Object.)
GotoBeginning()()()()

Repositions the play position to the beginning of the movie.

Original signature is '- (void)gotoBeginning'

Available in Mac OS X v10.3 and later.


GotoEnd()()()()

Repositions the play position to the end of the movie.

Original signature is '- (void)gotoEnd'

Available in Mac OS X v10.3 and later.


GotoNextSelectionPoint()()()()

Repositions the movie to the next selection point.

Original signature is '- (void)gotoNextSelectionPoint'

Available in Mac OS X v10.3 and later.


GotoPosterTime()()()()

Repositions the play position to the movie’s poster time.

Original signature is '- (void)gotoPosterTime'

Available in Mac OS X v10.3 and later.


GotoPreviousSelectionPoint()()()()

Repositions the movie to the previous selection point.

Original signature is '- (void)gotoPreviousSelectionPoint'

Available in Mac OS X v10.3 and later.


HasChapters

Returns YES if the receiver has chapters, NO otherwise.

Original signature is '- (BOOL)hasChapters'

Available in 5 and later.


Hash

Returns an integer that can be used as a table address in a hash table structure. (required)

Original signature is '- (NSUInteger)hash'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InfoForBinding(NSString)

Returns a dictionary describing the receiver’s binding.

Original signature is '- (NSDictionary *)infoForBinding:(NSString *)binding'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
Init()()()()

Implemented by subclasses to initialize a new object (the receiver) immediately after memory for it has been allocated.

Original signature is '- (id)init'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InitToWritableDataError(NSMutableData, NSError%)

Useful for directly passing filenames and data objects. The QTMovie returned by this method is editable.

Original signature is '- (id)initToWritableData:(NSMutableData *)data error:(NSError **)errorPtr'

Available in 1 or later and later.


InitToWritableDataReferenceError(QTDataReference, NSError%)

Creates a new storage container at the location specified by dataReference and returns a QTMovie object that has that container as its default data reference.

Original signature is '- (id)initToWritableDataReference:(QTDataReference *)dataReference error:(NSError **)errorPtr'

Available in 1 or later and later.


InitToWritableFileError(NSString, NSError%)

Useful for directly passing filenames and data objects. The QTMovie returned by this method is editable.

Original signature is '- (id)initToWritableFile:(NSString *)filename error:(NSError **)errorPtr'

Available in 1 or later and later.


InitWithAttributesError(NSDictionary, NSError%)

Initializes a QTMovie object with the attributes specified in attributes.

Original signature is '- (id)initWithAttributes:(NSDictionary *)attributes error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


InitWithCoder(NSCoder)

Returns an object initialized from data in a given unarchiver. (required)

Original signature is '- (id)initWithCoder:(NSCoder *)decoder'

Available in Mac OS X v10.0 and later.


InitWithDataError(NSData, NSError%)

Initializes a QTMovie object with the data specified by data.

Original signature is '- (id)initWithData:(NSData *)data error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


InitWithDataReferenceError(QTDataReference, NSError%)

Initializes a QTMovie object with the data reference setting specified by dataReference.

Original signature is '- (id)initWithDataReference:(QTDataReference *)dataReference error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


InitWithFileError(NSString, NSError%)

Initializes a QTMovie object with the data in the file specified by the name fileName.

Original signature is '- (id)initWithFile:(NSString *)fileName error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


InitWithMovieTimeRangeError(QTMovie, QTTimeRange, NSError%)

Initializes a QTMovie object with some or all of the data from an existing QTMovie object movie.

Original signature is '- (id)initWithMovie:(QTMovie *)movie timeRange:(QTTimeRange)range error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


InitWithPasteboardError(NSPasteboard, NSError%)

Initializes a QTMovie object with the contents of the pasteboard specified by pasteboard.

Original signature is '- (id)initWithPasteboard:(NSPasteboard *)pasteboard error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


InitWithQuickTimeMovieDisposeWhenDoneError(IntPtr, Boolean, NSError%)

Initializes a QTMovie object with the data from an existing QuickTime movie movie.

Original signature is '- (id)initWithQuickTimeMovie:(Movie)movie disposeWhenDone:(BOOL)dispose error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


InitWithURLError(NSURL, NSError%)

Initializes a QTMovie object with the data in the URL specified by url.

Original signature is '- (id)initWithURL:(NSURL *)url error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


InsertEmptySegmentAt(QTTimeRange)

inserts into a QTMovie an empty segment delimited by the range range.

Original signature is '- (void)insertEmptySegmentAt:(QTTimeRange)range'

Available in Mac OS X v10.3 and later.


InsertSegmentOfMovieFromRangeScaledToRange(QTMovie, QTTimeRange, QTTimeRange)

Inserts the specified segment from the movie into the receiver, scaled to the range dstRange.

Original signature is '- (void)insertSegmentOfMovie:(QTMovie *)movie fromRange:(QTTimeRange)srcRange scaledToRange:(QTTimeRange)dstRange'

Available in Mac OS X v10.3 and later.


InsertSegmentOfMovieTimeRangeAtTime(QTMovie, QTTimeRange, QTTime)

Inserts into a QTMovie at time time the selection in movie delimited by the time range range.

Original signature is '- (void)insertSegmentOfMovie:(QTMovie *)movie timeRange:(QTTimeRange)range atTime:(QTTime)time'

Available in Mac OS X v10.3 and later.


InsertSegmentOfTrackFromRangeScaledToRange(QTTrack, QTTimeRange, QTTimeRange)

Inserts the specified segment of a QTTrack object into a QTMovie, scaling it as necessary to fit into the specified target range.

Original signature is '- (QTTrack *)insertSegmentOfTrack:(QTTrack *)track fromRange:(QTTimeRange)srcRange scaledToRange:(QTTimeRange)dstRange'

Available in Mac OS X v10.5 and later.


InsertSegmentOfTrackTimeRangeAtTime(QTTrack, QTTimeRange, QTTime)

Inserts the specified segment of a QTTrack object into a QTMovie, at the specified time in the target QTMovie.

Original signature is '- (QTTrack *)insertSegmentOfTrack:(QTTrack *)track timeRange:(QTTimeRange)range atTime:(QTTime)time'

Available in Mac OS X v10.5 and later.


InsertValueAtIndexInPropertyWithKey(Id, NSUInteger, NSString)

Inserts an object at the specified index in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value atIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
InsertValueInPropertyWithKey(Id, NSString)

Inserts an object in the collection specified by the passed key.

Original signature is '- (void)insertValue:(id)value inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
Invalidate()()()()

Invalidates a QTMovie object immediately.

Original signature is '- (void)invalidate'

Available in 1 or later and later.


InverseForRelationshipKey(NSString)

For a given key that defines the name of the relationship from the receiver’s class to another class, returns the name of the relationship from the other class to the receiver’s class.

Original signature is '- (NSString *)inverseForRelationshipKey:(NSString *)relationshipKey'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsEqual(Id)

Returns a Boolean value that indicates whether the receiver and a given object are equal. (required)

Original signature is '- (BOOL)isEqual:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsIdling

Returns the current idling state of a QTMovie object.

Original signature is '- (BOOL)isIdling'

Available in Mac OS X v10.5 and later.


IsKindOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of given class or an instance of any class that inherits from that class. (required)

Original signature is '- (BOOL)isKindOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsMemberOfClass(Class)

Returns a Boolean value that indicates whether the receiver is an instance of a given class. (required)

Original signature is '- (BOOL)isMemberOfClass:(Class)aClass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
IsProxy

Returns a Boolean value that indicates whether the receiver does not descend from NSObject. (required)

Original signature is '- (BOOL)isProxy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MemberwiseClone()()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
MethodForSelector(IntPtr)

Locates and returns the address of the receiver’s implementation of a method so it can be called as a function.

Original signature is '- (IMP)methodForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MethodSignatureForSelector(IntPtr)

Returns an NSMethodSignature object that contains a description of the method identified by a given selector.

Original signature is '- (NSMethodSignature *)methodSignatureForSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Movie

Creates an empty QTMovie object.

Original signature is '+ (id)movie'

Available in Mac OS X v10.3 and later.


MovieAttributes

Returns a dictionary containing the current values of all defined movie attributes.

Original signature is '- (NSDictionary *)movieAttributes'

Available in Mac OS X v10.3 and later.


MovieFileTypes(QTMovieFileTypeOptions)

Returns an array of file types that can be opened as QuickTime movies.

Original signature is '+ (NSArray *)movieFileTypes:(QTMovieTypeOptions)types'

Available in Mac OS X v10.3 and later.


MovieFormatRepresentation

Returns the movie’s data in an NSData object.

Original signature is '- (NSData *)movieFormatRepresentation'

Available in Mac OS X v10.3 and later.


MovieNamedError(NSString, NSError%)

Creates a QTMovie object initialized with the data from the QuickTime movie of the specified name in the application’s bundle.

Original signature is '+ (id)movieNamed:(NSString *)name error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


MovieShouldLoadData(Id)

If implemented by a delegate of a QTMovie object, called periodically while the movie is loading its data.

Original signature is '- (BOOL)movieShouldLoadData:(id)sender'

Available in VERSION and later.


MovieTypesWithOptions(QTMovieFileTypeOptions)

Returns an array of UTIs that QuickTime can open.

Original signature is '+ (NSArray *)movieTypesWithOptions:(QTMovieFileTypeOptions)types'

Available in 1 or later and later.


MovieUnfilteredFileTypes

Returns an array of file types that can be used to initialize a QTMovie object.

Original signature is '+ (NSArray *)movieUnfilteredFileTypes'

Available in Mac OS X v10.3 and later.


MovieUnfilteredPasteboardTypes

Returns an array of pasteboard types that can be used to initialize a QTMovie object.

Original signature is '+ (NSArray *)movieUnfilteredPasteboardTypes'

Available in Mac OS X v10.3 and later.


MovieWithAttributesError(NSDictionary, NSError%)

Creates a QTMovie object initialized with the attributes specified in attributes.

Original signature is '+ (id)movieWithAttributes:(NSDictionary *)attributes error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


MovieWithDataError(NSData, NSError%)

Creates a QTMovie object initialized with the data specified by data.

Original signature is '+ (id)movieWithData:(NSData *)data error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


MovieWithDataReferenceError(QTDataReference, NSError%)

Creates a QTMovie object initialized with the data specified by the data reference dataReference.

Original signature is '+ (id)movieWithDataReference:(QTDataReference *)dataReference error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


MovieWithFileError(NSString, NSError%)

Creates a QTMovie object initialized with the data in the file specified by the name fileName.

Original signature is '+ (id)movieWithFile:(NSString *)fileName error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


MovieWithPasteboardError(NSPasteboard, NSError%)

Creates a QTMovie object initialized with the contents of the pasteboard specified by pasteboard.

Original signature is '+ (id)movieWithPasteboard:(NSPasteboard *)pasteboard error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


MovieWithQuickTimeMovieDisposeWhenDoneError(IntPtr, Boolean, NSError%)

Creates a QTMovie object initialized from an existing QuickTime movie movie.

Original signature is '+ (id)movieWithQuickTimeMovie:(Movie)movie disposeWhenDone:(BOOL)dispose error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


MovieWithTimeRangeError(QTTimeRange, NSError%)

Returns a QTMovie object whose data is the data in the specified time range.

Original signature is '- (id)movieWithTimeRange:(QTTimeRange)range error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


MovieWithURLError(NSURL, NSError%)

Creates a QTMovie object initialized with the data in the URL specified by url.

Original signature is '+ (id)movieWithURL:(NSURL *)url error:(NSError **)errorPtr'

Available in Mac OS X v10.3 and later.


MutableArrayValueForKey(NSString)

Returns a mutable array proxy that provides read-write access to an ordered to-many relationship specified by a given key.

Original signature is '- (NSMutableArray *)mutableArrayValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableArrayValueForKeyPath(NSString)

Returns a mutable array that provides read-write access to the ordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableArray *)mutableArrayValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
MutableCopy()()()()

Returns the object returned by mutableCopyWithZone: where the zone is nil.

Original signature is '- (id)mutableCopy'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
MutableSetValueForKey(NSString)

Returns a mutable set proxy that provides read-write access to the unordered to-many relationship specified by a given key.

Original signature is '- (NSMutableSet *)mutableSetValueForKey:(NSString *)key'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
MutableSetValueForKeyPath(NSString)

Returns a mutable set that provides read-write access to the unordered to-many relationship specified by a given key path.

Original signature is '- (NSMutableSet *)mutableSetValueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
Muted

Returns the movie’s mute setting.

Original signature is '- (BOOL)muted'

Available in Mac OS X v10.3 and later.


NativePointer
Gets or sets the native pointer.
(Inherited from Id.)
NewScriptingObjectOfClassForValueForKeyWithContentsValueProperties(Class, NSString, Id, NSDictionary)

Creates and returns an instance of a scriptable class, setting its contents and properties, for insertion into the relationship identified by the key.

Original signature is '- (id)newScriptingObjectOfClass:(Class)class forValueForKey:(NSString *)key withContentsValue:(id)contentsValue properties:(NSDictionary *)properties'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
ObservationInfo

Returns a pointer that identifies information about all of the observers that are registered with the receiver.

Original signature is '- (void *)observationInfo'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ObserveValueForKeyPathOfObjectChangeContext(NSString, Id, NSDictionary, IntPtr)

This message is sent to the receiver when the value at the specified key path relative to the given object has changed.

Original signature is '- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
OptionDescriptionsForBinding(NSString)

Returns an array describing the options for the specified binding.

Original signature is '- (NSArray *)optionDescriptionsForBinding:(NSString *)binding'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelector(IntPtr)

Sends a specified message to the receiver and returns the result of the message. (required)

Original signature is '- (id)performSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorInBackgroundWithObject(IntPtr, Id)

Invokes a method of the receiver on a new background thread.

Original signature is '- (void)performSelectorInBackground:(SEL)aSelector withObject:(id)arg'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDone(IntPtr, Id, Boolean)

Invokes a method of the receiver on the main thread using the default mode.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnMainThreadWithObjectWaitUntilDoneModes(IntPtr, Id, Boolean, NSArray)

Invokes a method of the receiver on the main thread using the specified modes.

Original signature is '- (void)performSelectorOnMainThread:(SEL)aSelector withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDone(IntPtr, NSThread, Id, Boolean)

Invokes a method of the receiver on the specified thread using the default mode.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorOnThreadWithObjectWaitUntilDoneModes(IntPtr, NSThread, Id, Boolean, NSArray)

Invokes a method of the receiver on the specified thread using the specified modes.

Original signature is '- (void)performSelector:(SEL)aSelector onThread:(NSThread *)thr withObject:(id)arg waitUntilDone:(BOOL)wait modes:(NSArray *)array'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
PerformSelectorWithObject(IntPtr, Id)

Sends a message to the receiver with an object as the argument. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelay(IntPtr, Id, Double)

Invokes a method of the receiver on the current thread using the default mode after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectAfterDelayInModes(IntPtr, Id, Double, NSArray)

Invokes a method of the receiver on the current thread using the specified modes after a delay.

Original signature is '- (void)performSelector:(SEL)aSelector withObject:(id)anArgument afterDelay:(NSTimeInterval)delay inModes:(NSArray *)modes'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
PerformSelectorWithObjectWithObject(IntPtr, Id, Id)

Sends a message to the receiver with two objects as arguments. (required)

Original signature is '- (id)performSelector:(SEL)aSelector withObject:(id)anObject withObject:(id)anotherObject'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Play()()()()

Plays the movie.

Original signature is '- (void)play'

Available in Mac OS X v10.3 and later.


PosterImage

Returns an NSImage for the poster frame of a QTMovie.

Original signature is '- (NSImage *)posterImage'

Available in Mac OS X v10.3 and later.


QTAddImageCodecQuality

The image codec value; the value for this key is of type NSNumber.

Available in Mac OS X v10.4 and later.


QTAddImageCodecType

The image codec string; the value for this key is of type NSString.

Available in Mac OS X v10.4 and later.


QTMovieActiveSegmentAttribute

The active segment of a QTMovie object; the value for this key is of type NSValue, interpreted as a QTTimeRange structure. This constant is available in Mac OS X 10.4 and later, but deprecated in Mac OS X 10.5.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieApertureModeAttribute

Sets the aperture mode attribute on a QTMovie object to indicate whether aspect ratio and clean aperture correction should be performed.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.5 and later.


QTMovieApertureModeClassic

No aspect ratio or clean aperture correction is performed. This is the default aperture mode and provides compatibility with behavior in QuickTime 7.0.x and earlier. If you call -[QTTrack setDimensions], the movie is automatically switched to classic mode.

Available in Mac OS X v10.5 and later.


QTMovieApertureModeClean

An aperture mode for general display. Where possible, video will be displayed at the correct pixel aspect ratio, trimmed to the clean aperture. A movie in clean aperture mode sets each track’s dimensions to match the size returned by -[QTTrack apertureModeDimensionsForMode:QTMovieApertureModeClean].

Available in Mac OS X v10.5 and later.


QTMovieApertureModeDidChangeNotification

Issued when the aperture mode of the target QTMovie object changes.

Available in Mac OS X v10.5 and later.


QTMovieApertureModeEncodedPixels

An aperture mode for technical use. Displays all encoded pixels with no aspect ratio or clean aperture compensation. A movie in encoded pixels aperture mode sets each track's dimensions to match the size returned by -[QTTrack apertureModeDimensionsForMode:QTMovieApertureModeEncodedPixels].

Available in Mac OS X v10.5 and later.


QTMovieApertureModeProduction

An aperture mode for modal use in authoring applications. Where possible, video will be displayed at the correct pixel aspect ratio, but without trimming to the clean aperture so that the edge processing region can be viewed. A movie in production aperture mode sets each track's dimensions to match the size returned by -[QTTrack apertureModeDimensionsForMode:QTMovieApertureModeProduction].

Available in Mac OS X v10.5 and later.


QTMovieAskUnresolvedDataRefsAttribute

Indicates whether the user should be prompted to help find any unresolved data references (NSNumberYES) or not (NSNumberNO).

When the value of the QTMovieResolveDataRefsAttribute attribute is an NSNumber wrapping the value YES and a movie file contains unresolved data references, this attribute indicates whether the user should be prompted to help find the missing referenced data (NSNumberYES) or not (NSNumber NO). Typically, QTMovie will display a dialog box that allows the user to navigate to the file or URL containing the referenced data. By setting this attribute to NO, you can prevent that dialog box from being displayed and thereby speed up the movie opening and initialization process.

Available in Mac OS X v10.4 and later.


QTMovieAutoAlternatesAttribute

The auto-alternate state of a QTMovie object. The value for this key is of type NSNumber, interpreted as a BOOL.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieChapterDidChangeNotification

Issued when the chapter associated with QTMovie changes.

This notification contains no information in the userInfo dictionary.

Available in Mac OS X v10.4 and later.


QTMovieChapterListDidChangeNotification

Issued when the chapter list associated with QTMovie changes.

This notification contains no information in the userInfo dictionary.

Available in Mac OS X v10.4 and later.


QTMovieChapterName

A key indicating the chapter name in the dictionaries that are array elements in the array returned by QTMoviechapters or passed to QTMovieaddChapters:withAttributes:error.

Available in Mac OS X v10.5 and later.


QTMovieChapterStartTime

A key indicating the chapter start time in the dictionaries that are array elements in the array returned by QTMoviechapters or passed to QTMovieaddChapters:withAttributes:error.

Available in Mac OS X v10.5 and later.


QTMovieChapterTargetTrackAttribute

A key indicating the track in the QTMovie object that is the target of the chapter track.

Available in Mac OS X v10.5 and later.


QTMovieClass
Static field for a quick access to the QTMovie class.

QTMovieCloseWindowRequestNotification

Sent when a request is made to close the movie’s window.

This notification contains no information in the userInfo dictionary.

Available in Mac OS X v10.4 and later.


QTMovieCopyrightAttribute

The copyright string of a QTMovie object; the value for this key is of type NSString.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieCreationTimeAttribute

The creation time of a QTMovie object; the value for this key is of type NSDate.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieCurrentSizeAttribute

The current size of a QTMovie object; the value for this key is of type NSValue, interpreted as an NSSize structure.

This attribute can be read and written. This attribute cannot be read or written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES. This attribute is deprecated in QTKit version 7.6 and later.

Available in Mac OS X v10.4 and later.


QTMovieCurrentTimeAttribute

The current time of a QTMovie object; the value for this key is of type NSValue, interpreted as a QTTime structure.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieDataAttribute

The data of a QTMovie object.

Available in Mac OS X v10.4 and later.


QTMovieDataReferenceAttribute

The data reference of a QTMovie object;the value for this key is of type QTDataReference.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieDataSizeAttribute

The data size of a QTMovie. The value for this key is of type NSNumber, which is interpreted as a longlong.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieDelegateAttribute

The delegate for a QTMovie object. The value for this key is of type NSObject.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieDidEndNotification

Sent when the movie is “done” or at its end.

This notification contains no userInfo parameters. It is equivalent to the standard player controller’s mcActionMovieFinished action.

Available in Mac OS X v10.4 and later.


QTMovieDisplayNameAttribute

The display name of a QTMovie object. A display name is stored as user data in a movie file and hence may differ from the base name of the movie’s filename or URL. The value for this key is of type NSString.

This attribute can be read and written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieDurationAttribute

The duration of a QTMovie object; the value for this key is of type NSValue, interpreted as a QTTime structure.

Available in Mac OS X v10.4 and later.


QTMovieEditabilityDidChangeNotification

Sent when the editable state of a movie has changed.

Available in Mac OS X v10.4 and later.


QTMovieEditableAttribute

The editable setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie can be edited.

This attribute can be read and written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieEditedNotification

Sent when a movie has been edited.

This notification contains no userInfo dictionary.

Available in Mac OS X v10.4 and later.


QTMovieEnterFullScreenRequestNotification

Sent when a request is made to play back a movie in full screen mode.

This notification contains no information in the userInfo dictionary.

Available in Mac OS X v10.4 and later.


QTMovieExitFullScreenRequestNotification

Sent when a request is made to play back a movie in normal windowed mode.

This notification contains no information in the userInfo dictionary.

Available in Mac OS X v10.4 and later.


QTMovieExport

The movie export setting; the value for this key is of type NSNumber, interpreted as a BOOL.

Available in Mac OS X v10.4 and later.


QTMovieExportManufacturer

The export manufacturer value; the value for this key is of type NSNumber, interpreted as a long.

Available in Mac OS X v10.4 and later.


QTMovieExportSettings

The movie export settings; the value of this key is of type NSData, interpreted as a QTAtomContainer.

Available in Mac OS X v10.4 and later.


QTMovieExportType

The movie export type; the value for this key is of type NSNumber, interpreted as a long.

Available in Mac OS X v10.4 and later.


QTMovieFileNameAttribute

The file name string of a QTMovie object; the value for this key is of type NSString.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieFileOffsetAttribute

The file offset value; the value for this key is of type NSNumber, interpreted as a long long.

Available in Mac OS X v10.4 and later.


QTMovieFlatten

The movie flatten setting; the value for this key is of type NSNumber, interpreted as a BOOL.

Available in Mac OS X v10.4 and later.


QTMovieFrameImageDeinterlaceFields

Image is de-interlaced. Value is an NSNumber (BOOL) (default = YES).

Available in Mac OS X v10.5 and later.


QTMovieFrameImageHighQuality

Image is high quality. Value is an NSNumber (BOOL) (default = YES).

Available in Mac OS X v10.5 and later.


QTMovieFrameImageOpenGLContext

For CVOpenGLTextureRef, the OpenGL context to use. The value is an NSValue (CGLContextObj).

Available in Mac OS X v10.5 and later.


QTMovieFrameImagePixelFormat

For CVOpenGLTextureRef, the pixel format to use. Value is an NSValue (CGLPixelFormatObj).

Available in Mac OS X v10.5 and later.


QTMovieFrameImageRepresentationsType

For NSImage, the image representations in the image. Value is an NSArray of NSString; strings are, for example, NSBitmapImageRep class description. The default is NSBitmapImageRep.

Available in Mac OS X v10.5 and later.


QTMovieFrameImageSessionMode

Indicates that two or more calls to frameImageAtTime:withAttributes:error: will be made on the same QTMovie object.

By adding this key with the associated value that is an NSNumber wrapping the BOOLYES to the dictionary of attributes, an application indicates that it will make more than one call to frameImageAtTime:withAttributes:error: on the same QTMovie object. This knowledge permits QTMovie to cache certain objects and data structures used to generate a frame image, thereby improving performance. When the caller has obtained all the frame images desired from a given QTMovie object, the caller should follow those session calls with a call where this value is NO; this is a signal to QTMovie to dispose of that cached data.

Declared in QTMovie.h.

Mac OS X v10.6; QuickTime 7.6.3 and later.


QTMovieFrameImageSingleField

Image is single field. Value is an NSNumber (BOOL) (default = YES). The returned object is an autorelease object.

Available in Mac OS X v10.5 and later.


QTMovieFrameImageSize

Size of the image. The value is an NSValue containing an NSSize record. The default image size is the current movie size.

Available in Mac OS X v10.5 and later.


QTMovieFrameImageType

Type of the image. The value is an NSString. The default image type is NSImage.

Available in Mac OS X v10.5 and later.


QTMovieFrameImageTypeCGImageRef

A value for the QTMovieFrameImageType key of the QTMovie frameImageAtTime:withAttributes:error: attributes dictionary. Specifies that the type of image returned should be a CGImageRef.

Available in Mac OS X v10.5 and later.


QTMovieFrameImageTypeCIImage

A value for the QTMovieFrameImageType key of the QTMovie frameImageAtTime:withAttributes:error: attributes dictionary. Specifies that the type of image returned should be a CIImage.

Available in Mac OS X v10.5 and later.


QTMovieFrameImageTypeCVOpenGLTextureRef

A value for the QTMovieFrameImageType key of the QTMovie frameImageAtTime:withAttributes:error: attributes dictionary. Specifies that the type of image returned should be a CVOpenGLTextureRef. Clients that specify this attribute must also specify the OpenGL context and pixel format for the texture using the QTMovieFrameImageOpenGLContext and QTMovieFrameImagePixelFormat attribute keys.

Available in Mac OS X v10.5 and later.


QTMovieFrameImageTypeCVPixelBufferRef

A value for the QTMovieFrameImageType key of the QTMovie frameImageAtTime:withAttributes:error: attributes dictionary. Specifies that the type of image returned should be a CVPixelBufferRef.

Available in Mac OS X v10.5 and later.


QTMovieFrameImageTypeNSImage

A value for the QTMovieFrameImageType key of the QTMovie frameImageAtTime:withAttributes:error: attributes dictionary. Specifies that the type of image returned should be an NSImage.

Available in Mac OS X v10.5 and later.


QTMovieHasApertureModeDimensionsAttribute

The aperture mode dimensions set on any track in this QTMovie object, even if those dimensions are all identical to the classic dimensions (as is the case for content with square pixels and no edge-processing region). The value for this key is of type NSNumber, interpreted as a BOOL.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.5 and later.


QTMovieHasAudioAttribute

The audio data setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie contains audio data.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieHasDurationAttribute

The duration setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie has a duration. (Some types of movies, for instance QuickTime VR movies, have no duration.)

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieHasVideoAttribute

The video data setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie contains video data.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieIsActiveAttribute

The active setting; the value for this key is of type NSNumber, interpreted as a BOOL.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieIsInteractiveAttribute

The interactive setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie is interactive.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieIsLinearAttribute

The linear setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie is linear, as opposed to a non-linear QuickTime VR movie.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieIsSteppableAttribute

The steppable setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie can step from frame to frame.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieLoadStateAttribute

The load state value; the value for this key is of type NSNumber, interpreted as a long.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Declared in QTMovie.h.

Mac OS X v10.5 and later.


QTMovieLoadStateDidChangeNotification

Sent when the load state of a movie has changed.

Available in Mac OS X v10.4 and later.


QTMovieLoadStateErrorAttribute

The load state error of a QTMovie object; the value for this key is of type NSError.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Declared in QTMovie.h.

QuickTime 7.6.3 and later.


QTMovieLoopModeDidChangeNotification

Sent when a change is made in a movie’s looping mode.

This notification contains no information in the userInfo dictionary.

Available in Mac OS X v10.4 and later.


QTMovieLoopsAttribute

The looping setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie is set to loop, NO otherwise.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieLoopsBackAndForthAttribute

The palindrome looping setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie is set to loop back and forth. Note that QTMovieLoopsAttribute and QTMovieLoopsBackAndForthAttribute are independent and indeed exclusive. QTMovieLoopsAttribute is used to get and set the state of normal looping; QTMovieLoopsBackAndForthAttribute is used to get and set the state of palindrome looping.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieMessageNotificationParameter

Used as a key in the userInfo dictionary passed to the QTMovieMessageNotification notification to indicate the message. The associated value is an NSString.

Available in Mac OS X v10.4 and later.


QTMovieMessageStringPostedNotification

Sent when a movie message has been received by the movie controller.

Movie messages can be sent to an application by wired actions (for instance, a wired sprite) or by code that issues the mcActionShowMessageString movie controller action. The userInfo dictionary contains a single entry whose value is of type NSString, which is the movie message.

Available in Mac OS X v10.4 and later.


QTMovieModificationTimeAttribute

The modification time of a QTMovie object; the value for this key is of type NSDate.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieMutedAttribute

The mute setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie volume is muted.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieNaturalSizeAttribute

The natural size of a QTMovie object; the value for this key is of type NSValue, interpreted as an NSSize structure.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieNaturalSizeDidChangeNotification

Posted whenever the natural size (that is, the original dimensions of the movie when it was authored) changes, either because the movie was edited or because new information about the movie was loaded asynchronously.

All clients that display movies using dimensions based on the QTMovieNaturalSizeAttribute should respond to this notification to update their display as necessary.

Available in .3 and later.


QTMovieOpenAsyncOKAttribute

Indicates whether a movie file can be opened asynchronously if possible (NSNumberYES) or not (NSNumberNO).

Opening a movie file and initializing a QTMovie object for that file may require a considerable amount of time, perhaps to convert the data in the file from one format to another. By setting this attribute to an NSNumber wrapping the value YES, you grant QTMovie permission to return a non-nil QTMovie identifier to your application immediately and then to continue processing the file data internally. If a movie is opened asynchronously, you must monitor the movie load state and ensure that it has reached the appropriate threshold before attempting to perform certain operations on the movie. For instance, you cannot export or copy a QTMovie object until its load state has reached QTMovieLoadStateComplete.

Available in Mac OS X v10.4 and later.


QTMovieOpenAsyncRequiredAttribute

Indicates whether the QTMovie must be opened asynchronously (NSNumberYES) or not (NSNumberNO).

Set this attribute to an NSNumber wrapping YES to indicate that all operations necessary to open the movie file (or other container) and create a valid QTMovie object must occur asynchronously. That is to say, the methods +movieWithAttributes:error: and -initWithAttributes:error: must return almost immediately, performing any lengthy operations on another thread. Your application can monitor the movie load state to determine the progress of those operations.

If you require asynchronous opening but QTMovie is unable to honor your request, then the methods +movieWithAttributes:error: and -initWithAttributes:error: return nil with an NSError having the error domain QTKitErrorDomain and code QTErrorMovieOpeningCannotBeAsynchronous.

Declared in QTMovie.h.

Mac OS X v10.6 and later; QuickTime 7.6.3 and later.


QTMovieOpenForPlaybackAttribute

Indicates whether the QTMovie will be used only for playback (NSNumberYES) or not (NSNumberNO).

Set this attribute to an NSNumber wrapping YES to indicate that you intend to use movie playback methods (such as -play or -stop, or corresponding movie view methods such as -play: or -pause:) to control the movie, but do not intend to use other methods that edit, export, or in any way modify the movie. Knowing that you need playback services only may allow QTMovie to use more efficient code paths for some media files.

This attribute is meaningful only when added to the dictionary passed to -initWithAttributes:error:. In particular, setting this attribute on a QTMovie object that is already open has no effect.

Declared in QTMovie.h.

Mac OS X v10.6 and later; QuickTime 7.6.3 and later.


QTMoviePasteboardAttribute

The pasteboard setting of a QTMovie object.

Available in Mac OS X v10.4 and later.


QTMoviePasteboardType

Specifies the type of movie data passed on the pasteboard.

Available in Mac OS X v10.4 and later.


QTMoviePlaysAllFramesAttribute

The play-all-frames setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie will play all frames.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMoviePlaysSelectionOnlyAttribute

The play-selection setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie will play only the current selection.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMoviePosterTimeAttribute

The movie poster time of a QTMovie object; the value for this key is of type NSValue, interpreted as a QTTime structure.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMoviePreferredMutedAttribute

The preferred mute setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie preferred mute setting is muted.

This attribute can be read and written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

The preferred settings refer to settings contained in the movie file (or movie data) itself. The actual settings refer to the actual values of those settings. For instance, a movie can have a preferred rate of 2, and a good movie playing application will respect that setting. But an application or the user can set the actual rate to some other value. The non-preferred settings can change dynamically, but the preferred settings will not.

Available in Mac OS X v10.4 and later.


QTMoviePreferredRateAttribute

The preferred rate; the value for this key is of type NSNumber, interpreted as a float.

This attribute can be read and written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

The preferred settings refer to settings contained in the movie file (or movie data) itself. The actual settings refer to the actual values of those settings. For instance, a movie can have a preferred rate of 2, and a good movie playing application will respect that setting. But an application or the user can set the actual rate to some other value. The non-preferred settings can change dynamically, but the preferred settings will not.

Available in Mac OS X v10.4 and later.


QTMoviePreferredVolumeAttribute

The preferred volume; the value for this key is of type NSNumber, interpreted as a float.

This attribute can be read and written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

The preferred settings refer to settings contained in the movie file (or movie data) itself. The actual settings refer to the actual values of those settings. For instance, a movie can have a preferred rate of 2, and a good movie playing application will respect that setting. But an application or the user can set the actual rate to some other value. The non-preferred settings can change dynamically, but the preferred settings will not.

Available in Mac OS X v10.4 and later.


QTMoviePreviewModeAttribute

The preview mode setting; the value for this key is of type NSNumber, interpreted as a BOOL. This value is YES if the movie is in preview mode.

This attribute can be read and written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMoviePreviewRangeAttribute

The preview range of a QTMovie object; the value for this key is of type NSValue, interpreted as a QTTimeRange structure.

This attribute can be read and written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieRateAttribute

The movie rate; the value for this key is of type NSNumber, interpreted as a float.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieRateChangesPreservePitchAttribute

When the playback rate is not unity, audio must be resampled in order to play at the new rate. The default resampling affects the pitch of the audio (for example, playing at 2x speed raises the pitch by an octave, 1/2x lowers an octave). If this property is set on the movie, an alternative algorithm is used, which alters the speed without changing the pitch. Since this is more computationally expensive, this property may be silently ignored on some slow CPUs.

This attribute can be read but not written; it must be among the initialization attributes to have any effect. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieRateDidChangeNotification

Sent when the rate of a movie has changed.

The userInfo dictionary contains a single entry whose value is of type NSNumber that represents a float, which is the new rate.

Available in Mac OS X v10.4 and later.


QTMovieRateDidChangeNotificationParameter

Used as a key in the userInfo dictionary passed to the QTMovieRateDidChangeNotification notification to indicate the new playback rate. The associated value is an NSNumber that holds a float.

Available in Mac OS X v10.4 and later.


QTMovieResolveDataRefsAttribute

Indicates whether external data references in a movie file should be resolved (NSNumberYES) or not resolved (NSNumberNO).

A movie file can contain references to media data in other locations. By default, QTMovie attempts to resolve these references at the time that the movie file is opened and a QTMovie object is instantiated. You can prevent that resolution from occurring by passing an NSNumber wrapping the value NO as the value of this attribute.

Available in Mac OS X v10.4 and later.


QTMovieSelectionAttribute

The selection range of a QTMovie object; the value for this key is of type NSValue, interpreted as a QTTimeRange structure.

This attribute can be read and written. This attribute cannot be read or written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieSelectionDidChangeNotification

Sent when the selection of a movie has changed.

This notification contains no userInfo dictionary.

Available in Mac OS X v10.4 and later.


QTMovieSizeDidChangeNotification

Sent when the size of a movie has changed.

This notification contains no userInfo dictionary.

Available in and later, but deprecated in QuickTime 7.6.3 and later and later.


QTMovieStatusCodeNotificationParameter

Used as a key in the userInfo dictionary passed to the QTMovieStatusStringPostedNotification notification to indicate a status code (or error code). The associated value is an NSNumber that holds an int.

Available in Mac OS X v10.4 and later.


QTMovieStatusFlagsNotificationParameter

Used as a key in the userInfo dictionary passed to the QTMovieStatusStringPostedNotification notification to indicate status flags. The associated value is an NSNumber that holds a long.

Available in Mac OS X v10.4 and later.


QTMovieStatusStringNotificationParameter

Used as a key in the userInfo dictionary passed to the QTMovieStatusStringPostedNotification notification to indicate a status string.

Available in Mac OS X v10.4 and later.


QTMovieStatusStringPostedNotification

Status messages can be sent by QuickTime’s streaming components or by any code that wants to display a message in the movie controller bar status area.

The userInfo dictionary contains a single entry whose value is of type NSString, which is the status message.

The following are keys (notification parameters) for userInfo items for the QTMovieStatusStringPostedNotification notification QTMovieStatusCodeNotificationParameter and QTMovieStatusStringNotificationParameter.

A status string notification can indicate an error (in which case QTMovieStatusCodeNotificationParameter will have a value), or it can contain a string (in which case QTMovieStatusStringNotificationParameter will have a value). For more information, see mcActionShowStatusString.

Available in Mac OS X v10.4 and later.


QTMovieTargetIDNotificationParameter

Used as a key in the dictionary passed to the externalMovie: delegate method to indicate that the delegate should return a QTMovie object that has the movie ID specified by the key’s value.

Available in Mac OS X v10.4 and later.


QTMovieTargetNameNotificationParameter

Used as a key in the dictionary passed to the externalMovie: delegate method to indicate that the delegate should return a QTMovie object that has the movie name specified by the key’s value.

Available in Mac OS X v10.4 and later.


QTMovieTimeDidChangeNotification

Sent when the time in a movie has changed.

The QTMovieTimeDidChangeNotification is fired whenever the movie time changes to a time other than what it would be during normal playback. So, for example, this notification is not fired every frame.

Available in Mac OS X v10.4 and later.


QTMovieTimeScaleAttribute

The time scale of a QTMovie object; the value for this key is of type NSNumber, interpreted as a long. This attribute can be read and (in Mac OS X 10.5 and later) written; in earlier versions of Mac OS X, this attribute is readable only. In general, you should set this attribute only on newly-created movies or on movies that have not been edited. Also, you should only increase the time scale value, and you should try to use integer multiples of the existing time scale.

This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieUneditableException

Raised when the developer tries to call a method that requires editing or modifying the movie on an uneditable movie.

Available in Mac OS X v10.4 and later.


QTMovieURLAttribute

The URL of a QTMovie object; the value for this key is of type NSURL.

This attribute can be read but not written. This attribute can be read but not written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieVolumeAttribute

The movie volume; the value for this key is of type NSNumber, interpreted as a float.

This attribute can be read and written. This attribute can be read and written when the movie has been initialized with QTMovieOpenForPlaybackAttribute set to YES.

Available in Mac OS X v10.4 and later.


QTMovieVolumeDidChangeNotification

Sent when the volume of a movie has changed.

Available in Mac OS X v10.4 and later.


QuickTimeMovie

Returns the QuickTime movie associated with a QTMovie object.

Original signature is '- (Movie)quickTimeMovie'

Available in Mac OS X v10.3 and later.


QuickTimeMovieController

Returns the QuickTime movie controller associated with a QTMovie object.

Original signature is '- (MovieController)quickTimeMovieController'

Available in Mac OS X v10.3 and later.


Rate

Returns the current rate of a QTMovie object.

Original signature is '- (float)rate'

Available in Mac OS X v10.3 and later.


Release()()()()

Decrements the receiver�s reference count.

Original signature is '- (oneway void)release'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RemoveApertureModeDimensions()()()()

Removes aperture mode dimension information from a movie's tracks.

Original signature is '- (void)removeApertureModeDimensions'

Available in Mac OS X v10.3 and later.


RemoveChapters

Removes any existing chapters from the receiver.

Original signature is '- (BOOL)removeChapters'

Available in 5 and later.


RemoveObserverForKeyPath(NSObject, NSString)

Stops a given object from receiving change notifications for the property specified by a given key-path relative to the receiver.

Original signature is '- (void)removeObserver:(NSObject *)anObserver forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
RemoveTrack(QTTrack)

Removes a QTTrack from a movie.

Original signature is '- (void)removeTrack:(QTTrack *)track'

Available in Mac OS X v10.5 and later.


RemoveValueAtIndexFromPropertyWithKey(NSUInteger, NSString)

Removes the object at the specified index from the collection specified by the passed key.

Original signature is '- (void)removeValueAtIndex:(NSUInteger)index fromPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForArchiver(NSArchiver)

Overridden by subclasses to substitute another object for itself during archiving.

Original signature is '- (id)replacementObjectForArchiver:(NSArchiver *)anArchiver'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForCoder(NSCoder)

Overridden by subclasses to substitute another object for itself during encoding.

Original signature is '- (id)replacementObjectForCoder:(NSCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplacementObjectForKeyedArchiver(NSKeyedArchiver)

Overridden by subclasses to substitute another object for itself during keyed archiving.

Original signature is '- (id)replacementObjectForKeyedArchiver:(NSKeyedArchiver *)archiver'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ReplacementObjectForPortCoder(NSPortCoder)

Overridden by subclasses to substitute another object or a copy for itself during distribution encoding.

Original signature is '- (id)replacementObjectForPortCoder:(NSPortCoder *)aCoder'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ReplaceSelectionWithSelectionFromMovie(Id)

Replaces the current selection in a QTMovie with the current selection in movie.

Original signature is '- (void)replaceSelectionWithSelectionFromMovie:(id)movie'

Available in Mac OS X v10.3 and later.


ReplaceValueAtIndexInPropertyWithKeyWithValue(NSUInteger, NSString, Id)

Replaces the object at the specified index in the collection specified by the passed key.

Original signature is '- (void)replaceValueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key withValue:(id)value'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(IntPtr)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message. (required)

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
RespondsToSelector(String)

Returns a Boolean value that indicates whether the receiver implements or inherits a method that can respond to a specified message.

Original signature is '- (BOOL)respondsToSelector:(SEL)aSelector'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Retain()()()()

Increments the receiver�s reference count.

Original signature is '- (id)retain'

Available in Mac OS X v10.0 and later.

(Inherited from Id.)
RetainCount

Returns the receiver’s reference count. (required)

Original signature is '- (NSUInteger)retainCount'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SafeCastAs<(Of <<'(TInstance>)>>)(Id)
Try to cast the current instance to the given type. The cast is dynamically tested for safety.
(Inherited from IdExtensions.)
SafeCastTo<(Of <<'(TInstance>)>>)(Id)
Cast the current instance to the given type. the cast is dynamically tested for safety
(Inherited from IdExtensions.)
SafeRelease(Id)

Performs a safe release operation on the given instance.

The equivalent code is:

CopyC#
if (instance != null) instance.Release();
(Inherited from IdExtensions.)
ScaleSegmentNewDuration(QTTimeRange, QTTime)

Scales the QTMovie segment delimited by the segment segment so that it will have the new duration newDuration.

Original signature is '- (void)scaleSegment:(QTTimeRange)segment newDuration:(QTTime)newDuration'

Available in Mac OS X v10.3 and later.


ScriptingProperties

Returns an NSString-keyed dictionary of the receiver's scriptable properties.

Original signature is '- (NSDictionary *)scriptingProperties'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ScriptingValueForSpecifier(NSScriptObjectSpecifier)

Given an object specifier, returns the specified object or objects in the receiving container.

Original signature is '- (id)scriptingValueForSpecifier:(NSScriptObjectSpecifier *)objectSpecifier'

Available in Mac OS X v10.5 and later.

(Inherited from NSObject.)
SelectionDuration

Returns the duration of the movie’s current selection as a QTTime structure.

Original signature is '- (QTTime)selectionDuration'

Available in Mac OS X v10.3 and later.


SelectionEnd

Returns the end point of the movie’s current selection as a QTTime structure.

Original signature is '- (QTTime)selectionEnd'

Available in Mac OS X v10.3 and later.


SelectionStart

Returns the start time of the movie’s current selection as a QTTime structure.

Original signature is '- (QTTime)selectionStart'

Available in Mac OS X v10.3 and later.


Self

Returns the receiver. (required)

Original signature is '- (id)self'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
SendMessage(String, array<Object>[]()[][])
Sends a message to this receiver (either a Class or an object instance).
(Inherited from Id.)
SendMessageSuper(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

(Inherited from Id.)
SendMessageSuperVarArgs(Class, String, array<Object>[]()[][])

Sends a message to the super instance of this receiver.

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SendMessageVarArgs(String, array<Object>[]()[][])

Sends a message to this receiver (either a Class or an object instance).

The last parameter passed must be an object array that contains the variable list of arguments

(Inherited from Id.)
SetAttributeForKey(Id, NSString)

Set the movie attribute attributeKey to the value specified by the value parameter.

Original signature is '- (void)setAttribute:(id)value forKey:(NS String *)attributeKey'

Available in Mac OS X v10.3 and later.


SetInstanceVariable<(Of <<'(T>)>>)(String, T)
Sets the instance variable of the specified name.
(Inherited from Id.)
SetNilValueForKey(NSString)

Invoked by setValue:forKey: when it’s given a nil value for a scalar value (such as an int or float).

Original signature is '- (void)setNilValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetSelection(QTTimeRange)

Sets the movie’s selection to selection.

Original signature is '- (void)setSelection:(QTTimeRange)selection'

Available in Mac OS X v10.3 and later.


SetValueForKey(Id, NSString)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(String, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int16, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int64, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Int32, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Single, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Double, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Char, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKey(Boolean, String)

Sets the property of the receiver specified by a given key to a given value.

Original signature is '- (void)setValue:(id)value forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForKeyPath(Id, NSString)

Sets the value for the property identified by a given key path to a given value.

Original signature is '- (void)setValue:(id)value forKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValueForUndefinedKey(Id, NSString)

Invoked by setValue:forKey: when it finds no property for a given key.

Original signature is '- (void)setValue:(id)value forUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
SetValuesForKeysWithDictionary(NSDictionary)

Sets properties of the receiver with values from a given dictionary, using its keys to identify the properties.

Original signature is '- (void)setValuesForKeysWithDictionary:(NSDictionary *)keyedValues'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
StartTimeOfChapter(NSInteger)

Returns a QTTime structure that is the start time of the chapter having the specified 0-based index in the list of chapters.

Original signature is '- (QTTime)startTimeOfChapter:(NSInteger)chapterIndex'

Available in 5 and later.


StepBackward()()()()

Sets the movie backward a single frame.

Original signature is '- (void)stepBackward'

Available in Mac OS X v10.3 and later.


StepForward()()()()

Sets the movie forward a single frame.

Original signature is '- (void)stepForward'

Available in Mac OS X v10.3 and later.


Stop()()()()

Stops the movie playing.

Original signature is '- (void)stop'

Available in Mac OS X v10.3 and later.


Superclass

Returns the class object for the receiver’s superclass. (required)

Original signature is '- (Class)superclass'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToManyRelationshipKeys

Returns array containing the keys for the to-many relationship properties of the receiver.

Original signature is '- (NSArray *)toManyRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToOneRelationshipKeys

Returns the keys for the to-one relationship properties of the receiver, if any.

Original signature is '- (NSArray *)toOneRelationshipKeys'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ToString()()()()
Returns a String that represents this instance.
(Inherited from NSObject.)
Tracks

Returns an array of QTTrack objects associated with the receiver.

Original signature is '- (NSArray *)tracks'

Available in Mac OS X v10.3 and later.


TracksOfMediaType(NSString)

Returns an array of tracks with the specified media type.

Original signature is '- (NSArray *)tracksOfMediaType:(NSString *)type'

Available in Mac OS X v10.3 and later.


Unbind(NSString)

Removes a given binding between the receiver and a controller.

Original signature is '- (void)unbind:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
UpdateMovieFile()()()()

Updates the movie file of a QTMovie.

Original signature is '- (BOOL)updateMovieFile'

Available in Mac OS X v10.3 and later.


ValidateValueForKeyError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for the property identified by a given key.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKey:(NSString *)key error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValidateValueForKeyPathError(Id%, NSString, NSError%)

Returns a Boolean value that indicates whether the value specified by a given pointer is valid for a given key path relative to the receiver.

Original signature is '- (BOOL)validateValue:(id *)ioValue forKeyPath:(NSString *)inKeyPath error:(NSError **)outError'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueAtIndexInPropertyWithKey(NSUInteger, NSString)

Retrieves an indexed object from the collection specified by the passed key.

Original signature is '- (id)valueAtIndex:(NSUInteger)index inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueClassForBinding(NSString)

Returns the class of the value that will be returned for the specified binding.

Original signature is '- (Class)valueClassForBinding:(NSString *)binding'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueForKey(NSString)

Returns the value for the property identified by a given key.

Original signature is '- (id)valueForKey:(NSString *)key'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForKeyPath(NSString)

Returns the value for the derived property identified by a given key path.

Original signature is '- (id)valueForKeyPath:(NSString *)keyPath'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
ValueForUndefinedKey(NSString)

Invoked by valueForKey: when it finds no property corresponding to a given key.

Original signature is '- (id)valueForUndefinedKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
ValueWithNameInPropertyWithKey(NSString, NSString)

Retrieves a named object from the collection specified by the passed key.

Original signature is '- (id)valueWithName:(NSString *)name inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
ValueWithUniqueIDInPropertyWithKey(Id, NSString)

Retrieves an object by ID from the collection specified by the passed key.

Original signature is '- (id)valueWithUniqueID:(id)uniqueID inPropertyWithKey:(NSString *)key'

Available in Mac OS X v10.2 and later.

(Inherited from NSObject.)
VisualContext

Allows access to the visual context of the QTMovie.

Original signature is '- (QTVisualContextRef)visualContext'

Available in Mac OS X v10.5 and later.


Volume

Returns the movie’s volume as a scalar value of type float.

Original signature is '- (float)volume'

Available in Mac OS X v10.3 and later.


WillChangeValueForKey(NSString)

Invoked to inform the receiver that the value of a given property is about to change.

Original signature is '- (void)willChangeValueForKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WillChangeValueForKeyWithSetMutationUsingObjects(NSString, NSKeyValueSetMutationKind, NSSet)

Invoked to inform the receiver that the specified change is about to be made to a specified unordered to-many relationship.

Original signature is '- (void)willChangeValueForKey:(NSString *)key withSetMutation:(NSKeyValueSetMutationKind)mutationKind usingObjects:(NSSet *)objects'

Available in Mac OS X v10.4 and later.

(Inherited from NSObject.)
WillChangeValuesAtIndexesForKey(NSKeyValueChange, NSIndexSet, NSString)

Invoked to inform the receiver that the specified change is about to be executed at given indexes for a specified ordered to-many relationship.

Original signature is '- (void)willChange:(NSKeyValueChange)change valuesAtIndexes:(NSIndexSet *)indexes forKey:(NSString *)key'

Available in Mac OS X v10.3 and later.

(Inherited from NSObject.)
WriteToFileWithAttributes(NSString, NSDictionary)

Returns YES if the movie file was successfully created and NO otherwise.

Original signature is '- (BOOL)writeToFile:(NSString *)fileNamewithAttributes :(NSDictionary *)attributes'

Available in 1 or later and later.


WriteToFileWithAttributesError(NSString, NSDictionary, NSError%)

Returns an NSError object if an error occurs and if errorPtr is non-NULL.

Original signature is '- (BOOL)writeToFile:(NSString *)fileName withAttributes:(NSDictionary *)attributes error:(NSError **)errorPtr'

Available in Mac OS X v10.5 and later.


Zone

Returns a pointer to the zone from which the receiver was allocated. (required)

Original signature is '- (NSZone *)zone'

Available in Mac OS X v10.0 and later.

(Inherited from NSObject.)
Inheritance Hierarchy
Object
Id
 NSObject
  QTMovie
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)