AviCompressor.CompressorDataSize Property

Returns the size of the SAFEARRAY of Byte returned by CompressorData.
Syntax:
Public CompressorDataSize As Long
Limitations:

Read only.

Remarks:

The CompressorDataSize is useful, if codec properties are to be saved to a file. Reading the size value first from file, enables an application to create an array of the matching size that will get the codec properties.

Sample:

How to use the CompressorDataSize is shown in the sample Saving Codec Properties.

' Global declaration of the AviCompressr object
Dim Codec As AviCompressor

Save the data from a codec that was selected in a combo box.

Load the previously saved data and assign it to a codec.

See Also: AviCompressor, AviCompressor.CompressorData

<< AviCompressor