SGSetVideoCompressorType
TheSGSetVideoCompressorTypefunction allows you to specify the type of image compression to be applied to the captured video images.
pascal ComponentResult SGSetVideoCompressorType (SGChannel c, OSType compressorType);
c- Specifies the reference that identifies the channel for this operation. You obtain this reference from the
SGNewChannelfunction, described on page 5-29.compressorType- Specifies the type of image compression to use. The value of this parameter must correspond to one of the image compressor types supported by the Image Compression Manager. Currently, six
CodecTypevalues are provided by Apple. You should use theGetCodecNameListfunction to retrieve these names, so that your application can take advantage of new compressor types that may be added in the future. For eachCodecTypevalue in the following list, the corresponding compression method is also identified by its text
string name.
Compressor type Compressor name 'rpza' video compressor 'jpeg' photo compressor 'rle ' animation compressor 'raw ' raw compressor 'smc ' graphics compressor 'cvid' compact video compressor - See the chapter "Image Compression Manager" in Inside Macintosh: QuickTime for information about valid compressor types. If this value is set to 0, the default compression type is selected.
DESCRIPTION
In addition, theSGSetVideoCompressorTypefunction resets all image-compression parameters to their default values. You can then use theSGSetVideoCompressorfunction, described on page 5-78, to change the compression parameters.SPECIAL CONSIDERATIONS
You cannot call theSGSetVideoCompressorTypefunction during a record operation or after you have prepared the sequence grabber component for a record operation (by calling theSGPreparefunction, described on page 5-40).RESULT CODES
cantDoThatInCurrentMode -9402 Request invalid in current mode notEnoughMemoryToGrab -9403 Insufficient memory for record operation deviceCantMeetRequest -9408 Device cannot support grabber
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help