Method GetCodec
GetCodec(String)
Gets the Codec instance from the provided name
.
Declaration
Codec GetCodec(string name)
Parameters
Type | Name | Description |
---|---|---|
System.String | name | The name of the Codec instance to retrieve. |
Returns
Type | Description |
---|---|
Codec | The Codec instance. |