BtMemoryAudioSrc
BtMemoryAudioSrc — play samples from memory
|
|
Object Hierarchy
GObject
+----GstObject
+----GstElement
+----GstBaseSrc
+----BtMemoryAudioSrc
Description
Gstreamer audio source to play samples from memory. Supports interleaved
multi-channels audio. Supports trickmode playback (resampling and ping-pong
loops).
Details
BtMemoryAudioSrc
typedef struct _BtMemoryAudioSrc BtMemoryAudioSrc;
audiotestsrc object structure.
Property Details
The "caps"
property
"caps" GstCaps* : Read / Write
Data format of sample.
The "data"
property
"data" gpointer : Read / Write
The sample data (interleaved for multi-channel).
The "length"
property
"length" gulong : Read / Write
Length of the sample in number of samples.
Allowed values: <= G_MAXLONG
The "samplesperbuffer"
property
"samplesperbuffer" gint : Read / Write
Number of samples in each outgoing buffer.
Allowed values: >= 1
Default value: 1024