IAudioEndpointOffloadStreamVolume interface
The IAudioEndpointOffloadStreamVolume interface allows the client application to manipulate the volume level of the offloaded audio stream.
Members
The IAudioEndpointOffloadStreamVolume interface inherits from the IUnknown interface. IAudioEndpointOffloadStreamVolume also has these types of members:
Methods
The IAudioEndpointOffloadStreamVolume interface has these methods.
| Method | Description |
|---|---|
| GetChannelVolumes |
Retrieves the volume levels for the various audio channels in the offloaded stream. |
| GetVolumeChannelCount |
Returns the number of available audio channels in the offloaded stream for which the volume levels can be manipulated by the client. |
| SetChannelVolumes |
Sets the volume levels for the various audio channels in the offloaded stream. |
See also