Searched defs:_GstOpusEnc (Results 1 – 1 of 1) sorted by relevance
58 struct _GstOpusEnc { struct59 GstAudioEncoder element;61 OpusMSEncoder *state;64 GMutex property_lock;67 gint audio_type;68 gint bitrate;92 struct _GstOpusEncClass { argument