Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/ext/vorbis/
Dgstvorbisenc.h51 struct _GstVorbisEnc { struct
52 GstAudioEncoder element;
54 GstCaps *sinkcaps;
57 vorbis_info vi; /* struct that stores all the static vorbis bitstream
59 vorbis_comment vc; /* struct that stores all the user comments */
61 vorbis_dsp_state vd; /* central working state for the packet->PCM decoder */
62 vorbis_block vb; /* local working space for packet->PCM decode */
65 gboolean managed;
89 struct _GstVorbisEncClass { argument