v3_get_channel_codec()
const v3_codec *v3_get_channel_codec(uint16_t channel_id);
Retrieve the codec information for a specific channel.
Arguments
| Type | Description |
| uint16_t channel_id | The channel id to query |
Returns
Returns a v3_codec structure for the specified channel.
