Home
last modified time | relevance | path

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

/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudioringbuffer.h127 struct _GstAudioRingBufferSpec struct
131 GstCaps *caps; /* the caps of the buffer */
134 GstAudioRingBufferFormatType type;
135 GstAudioInfo info;
138 guint64 latency_time; /* the required/actual latency time, this is the
141 guint64 buffer_time; /* the required/actual time of the buffer, this is
144 gint segsize; /* size of one buffer segment in bytes, this value
147 gint segtotal; /* total number of segments, this value is the
152 gint seglatency; /* number of segments queued in the lower
156 gpointer _gst_reserved[GST_PADDING];