Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioringbuffer.h244 struct _GstAudioRingBufferClass { struct
245 GstObjectClass parent_class;
248 gboolean (*open_device) (GstAudioRingBuffer *buf);
249 gboolean (*acquire) (GstAudioRingBuffer *buf, GstAudioRingBufferSpec *spec);
250 gboolean (*release) (GstAudioRingBuffer *buf);
251 gboolean (*close_device) (GstAudioRingBuffer *buf);
253 gboolean (*start) (GstAudioRingBuffer *buf);
254 gboolean (*pause) (GstAudioRingBuffer *buf);
255 gboolean (*resume) (GstAudioRingBuffer *buf);
256 gboolean (*stop) (GstAudioRingBuffer *buf);
[all …]