Module coreaudio::audio_unit::render_callback::data [] [src]

Format specific render callback data.

Structs

Channels

An iterator produced by a NoneInterleaved, yielding a reference to each channel.

ChannelsMut

An iterator produced by a NoneInterleaved, yielding a mutable reference to each channel.

NonInterleaved

A wrapper around the pointer to the mBuffers array.

Raw

A raw pointer to the audio data so that the user may handle it themselves.

Traits

Data

Audio data wrappers specific to the AudioUnit's AudioFormat.