Click or drag to resize

AudioRenderClient Properties

The AudioRenderClient type exposes the following members.

Properties
 NameDescription
Protected property_audioClientInterface
(Inherited from AudioClient)
Public propertyBufferSize Gets the maximum capacity of the audio buffer. Requires initialization.
(Inherited from AudioClient)
Public propertyCurrentPadding Gets the number of frames of padding in the endpoint buffer. Requires initialization.
(Inherited from AudioClient)
Public propertyDefaultDevicePeriod Gets the length of the default periodic interval separating successive processing passes by the audio engine on the data in the endpoint buffer.
(Inherited from AudioClient)
Protected propertyInitialized
(Inherited from AudioClient)
Public propertyMinimumDevicePeriod Gets the length of the minimum periodic interval separating successive processing passes by the audio engine on the data in the endpoint buffer.
(Inherited from AudioClient)
Public propertyMixFormat Gets the stream format that the audio engine uses for its internal processing of shared-mode streams. Requires initialization.
(Inherited from AudioClient)
Public propertyStreamLatency Gets the maximum latency for the current stream. Requires initialization.
(Inherited from AudioClient)
Top
See Also