Module gstreamer_audio::audio_buffer
source · Structs§
- A structure containing the result of an audio buffer map operation, which is executed with
from_buffer_readable()
. For non-interleaved (planar) buffers, the beginning of each channel in the buffer has its own pointer in theplanes
array. For interleaved buffers, theplanes
array only contains one item, which is the pointer to the beginning of the buffer, andn_planes
equals 1.