Home
last modified time | relevance | path

Searched defs:_GstOpusEnc (Results 1 – 1 of 1) sorted by relevance

/third_party/gstreamer/gstplugins_base/ext/opus/
Dgstopusenc.h58 struct _GstOpusEnc { struct
59 GstAudioEncoder element;
61 OpusMSEncoder *state;
64 GMutex property_lock;
67 gint audio_type;
68 gint bitrate;
92 struct _GstOpusEncClass { argument