Skip to content

Latest commit

 

History

History
56 lines (29 loc) · 1.64 KB

mecaptureaudiosessionvolumechanged.md

File metadata and controls

56 lines (29 loc) · 1.64 KB
description ms.assetid title ms.topic ms.date
Sent by an audio capture source when the volume changes.
4A525D5F-9226-4277-BDB7-174BF65FE320
MECaptureAudioSessionVolumeChanged event (Mfobjects.h)
reference
05/31/2018

MECaptureAudioSessionVolumeChanged event

Sent by an audio capture source when the volume changes.

Event values

Possible values retrieved from IMFMediaEvent::GetValue include the following.

VARTYPE Description
VT_EMPTY
No event data.

Remarks

This event is sent by the media stream of the audio capture source.

The audio capture source sends this event if an external action changes the volume—for example, if the user changes the volume through the Control Panel. The capture source does not send the event if the application changes the volume directly on the source.

Requirements

Requirement Value
Minimum supported client
Windows 8 [desktop apps only]
Minimum supported server
Windows Server 2012 [desktop apps only]
Header
Mfobjects.h (include Mfidl.h)

See also

Media Foundation Events