Searched defs:_GstAudioRingBufferClass (Results 1 – 1 of 1) sorted by relevance
244 struct _GstAudioRingBufferClass { struct245 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 …]