MediaStreamContainer::isCustomCodecSupported Method

Returns, if this container does support a codec. If true, then you can create a sink with a Codec or uncompressed format GUID.
Syntax:
bool isCustomCodecSupported() const;
bool isCustomCodecSupported( const smart_ptr<Codec>& codec ) const;
Parameter Description
codec

The function returns true when this codec is supported by this container.

Return Value:

Value Description
true This media stream container supports some codecs or the codec passed.
false This media stream container does not support codecs.

Remarks:

Certain containers do support codecs, like AVI, others do not like MPEG2.

See also: MediaStreamContainer, Codec

<< MediaStreamContainer