Struct wasapi::AudioRenderClient [−][src]
pub struct AudioRenderClient { /* fields omitted */ }
Expand description
Struct wrapping an IAudioRenderClient.
Implementations
Write raw bytes data to a device from a slice.
The number of frames to write should first be checked with the
get_available_space_in_frames()
method on the AudioClient
.
Write raw bytes data to a device from a deque.
The number of frames to write should first be checked with the
get_available_space_in_frames()
method on the AudioClient
.