ADC Home > Reference Library > Technical Q&As > Legacy Documents > QuickTime >
Legacy Document
Important: This document is part of the Legacy section of the ADC Reference Library. This information should not be used for new development.
Current information on this Reference Library topic can be found here:
|
Q When I send compressed images over Ethernet, CompressSequenceBegin
doesn't fill in the ImageDescription, which is needed at the other end of the conference link to
DecompressSequenceBegin. Is this a bug? A CompressSequenceBegin doesn't actually modify the handle that you pass. Instead, QuickTime makes note of the handle that's passed, but it doesn't actually modify the contents until the first call that actually compresses data, such as CompressSequenceFrame. At that point, the handle is changed. If you can postpone dealing with the image descriptor until after the first call that compresses data, your code should work. [May 01 1995] |