Carbon


MovieExportGetPropertyProcPtr

Header: QuickTimeComponents.h Carbon status: Supported

typedef OSErr(* MovieExportGetPropertyProcPtr) (
    void *refcon, 
    SInt32 trackID, 
    OSType propertyType, 
    void *propertyValue
);

You would declare your function like this if you were to name it MyMovieExportGetPropertyCallback:

OSErr MyMovieExportGetPropertyCallback (
    void *refcon, 
    SInt32 trackID, 
    OSType propertyType, 
    void *propertyValue
);
function result

A result code.


© 2000 Apple Computer, Inc. (Last Updated 6/26/2000)