
Grabber::getAvailableVideoCompressors Method [Deprecated] |
||
| Returns a list of all video compressors available for avi output. | ||
| Syntax: | tCompressorListPtr getAvailableVideoCompressors() const;
|
|
| Return value: | A pointer to a list of all available video codecs. If an error occurred, 0 is returned. |
|
| Remarks: | This method generates a list of all available compression filters (codecs). This list may be empty. The elements of the list are FilterInfoObjects. |
|
| Information: | This method is deprecated since IC Imaging Control 3.0. | |
| See also: | Grabber, AviSink, Grabber::tCompressorListPtr | |