Method GetCodec
GetCodec(String)
Gets the Codec instance from the provided name
.
Declaration
public virtual 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. |
Implements
GetCodec(Type)
Gets the Codec instance from the provided type
.
Declaration
protected virtual Codec GetCodec(Type type)
Parameters
Type | Name | Description |
---|---|---|
Type | type | The |
Returns
Type | Description |
---|---|
Codec | The Codec instance. |