Struct coreaudio::audio_unit::render_callback::data::Raw
[−]
[src]
pub struct Raw { pub data: *mut AudioBufferList, }
A raw pointer to the audio data so that the user may handle it themselves.
Fields
data: *mut AudioBufferList
Trait Implementations
impl Data for Raw
[src]
fn does_stream_format_match(_: &StreamFormat) -> bool
Check whether or not the stream format matches this type of data.
unsafe fn from_input_proc_args(_num_frames: u32, io_data: *mut AudioBufferList) -> Self
We must be able to construct Self from arguments given to the input_proc
.