MediaStreamSink::getCodec Method

Returns the Codec that was set when creating this sink.
Syntax:
virtual smart_ptr<Codec> getCodec() const;
Return Value:

The Codec that was set when creating this sink, or 0, when the selected MediaStreamContainer does not support codecs or a subtype was specified for uncompressed video.

See also: MediaStreamSink

<< MediaStreamSink