Struct wasapi::AudioCaptureClient[][src]

pub struct AudioCaptureClient { /* fields omitted */ }
Expand description

Struct wrapping an IAudioCaptureClient.

Implementations

Get number of frames in next packet when in shared mode. In exclusive mode it returns None, instead use get_bufferframecount() on the AudioClient.

Read raw bytes from a device into a slice, returns the number of frames read. The slice must be large enough to hold all data. If it is longer that needed, the unused elements will not be modified.

Read raw bytes data from a device into a deque.

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.