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.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.