Searched defs:_GstVorbisEnc (Results 1 – 1 of 1) sorted by relevance
51 struct _GstVorbisEnc { struct52 GstAudioEncoder element;54 GstCaps *sinkcaps;57 vorbis_info vi; /* struct that stores all the static vorbis bitstream59 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