IAudioEndpointOffloadStreamVolume interface (audioengineendpoint.h)

The IAudioEndpointOffloadStreamVolume interface allows the client application to manipulate the volume level of the offloaded audio stream.

Inheritance

The IAudioEndpointOffloadStreamVolume interface inherits from the IUnknown interface. IAudioEndpointOffloadStreamVolume also has these types of members:

Methods

The IAudioEndpointOffloadStreamVolume interface has these methods.

 
IAudioEndpointOffloadStreamVolume::GetChannelVolumes

The GetChannelVolumes method retrieves the volume levels for the various audio channels in the offloaded stream.
IAudioEndpointOffloadStreamVolume::GetVolumeChannelCount

The GetVolumeChannelCount method retrieves the number of available audio channels in the offloaded stream.
IAudioEndpointOffloadStreamVolume::SetChannelVolumes

The SetChannelVolumes method sets the volume levels for the various audio channels in the offloaded stream.

Requirements

Requirement Value
Target Platform Windows
Header audioengineendpoint.h

See also

Core Audio Interfaces