pub fn codec_utils_opus_create_caps_from_header(
    header: &BufferRef,
    comments: Option<&BufferRef>
) -> Result<Caps, BoolError>
Expand description

Creates Opus caps from the given OpusHead header and comment header comments.

OpusHead header

§comments

Comment header or NULL

§Returns

The gst::Caps.