codec_utils_opus_parse_caps
Description:
[ CCode ( cname = "gst_codec_utils_opus_parse_caps" ) ]
[ Version ( since = "1.8" ) ]
public bool codec_utils_opus_parse_caps (Caps caps, out uint32 rate, out uint8 channels, out uint8 channel_mapping_family, out uint8 stream_count, out uint8 coupled_count, out uint8[] channel_mapping)
Parses Opus caps and fills the different fields with defaults if possible.
Parameters:
caps |
the Caps to parse the data from
|
rate |
the sample rate
|
channels |
the number of channels
|
channel_mapping_family |
the channel mapping family
|
stream_count |
the number of independent streams
|
coupled_count |
the number of stereo streams
|
channel_mapping |
the mapping between the streams
|
Returns:
true if parsing was successful, false otherwise.
|