
FilterInfoObject::getCodecData Method |
|||||||||||||||||
| This method returns a blob that contains the parameter of a codec / compressor. | |||||||||||||||||
| Syntax: | bool getCodecData( BYTE* pData, DWORD& size );
|
||||||||||||||||
|
|||||||||||||||||
| Return value: | true on success, false otherwise. |
||||||||||||||||
| Remarks: | An application needs this method in order to save the current parameters of a compressor filter to a binary file or registry. The FilterInfoObject for the currently selected codec can be retrieved with the method getFilterInfo from the AviSink. |
||||||||||||||||
| See also: | FilterInfoObject, FilterInfoObject::setCodecData, FilterInfoObject::isCodecDataAvailable, AviSink::getFilterInfo | ||||||||||||||||