Codec::getName Method

Returns the readable name of the codec.
Syntax:
std::string getName() const;
Return value:

The readable name of the codec.

Remarks:

toString and getName return the same text.

See also: Codec, Codec::toString

<< Codec