mfplat: Add MECapture* events to tracing.
Signed-off-by: Nikolay Sivov <nsivov@codeweavers.com> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
This commit is contained in:
parent
d0e9fbf61d
commit
cb41e4b175
|
@ -2134,6 +2134,12 @@ static const char *debugstr_eventid(DWORD event)
|
|||
X(MEAudioSessionFormatChanged),
|
||||
X(MEAudioSessionDisconnected),
|
||||
X(MEAudioSessionExclusiveModeOverride),
|
||||
X(MECaptureAudioSessionVolumeChanged),
|
||||
X(MECaptureAudioSessionDeviceRemoved),
|
||||
X(MECaptureAudioSessionFormatChanged),
|
||||
X(MECaptureAudioSessionDisconnected),
|
||||
X(MECaptureAudioSessionExclusiveModeOverride),
|
||||
X(MECaptureAudioSessionServerShutdown),
|
||||
X(METrustUnknown),
|
||||
X(MEPolicyChanged),
|
||||
X(MEContentProtectionMessage),
|
||||
|
|
|
@ -579,6 +579,13 @@ enum {
|
|||
MEAudioSessionDisconnected = 320,
|
||||
MEAudioSessionExclusiveModeOverride = 321,
|
||||
MESinkV1Anchor = MEAudioSessionExclusiveModeOverride,
|
||||
MECaptureAudioSessionVolumeChanged = 322,
|
||||
MECaptureAudioSessionDeviceRemoved = 323,
|
||||
MECaptureAudioSessionFormatChanged = 324,
|
||||
MECaptureAudioSessionDisconnected = 325,
|
||||
MECaptureAudioSessionExclusiveModeOverride = 326,
|
||||
MECaptureAudioSessionServerShutdown = 327,
|
||||
MESinkV2Anchor = MECaptureAudioSessionServerShutdown,
|
||||
METrustUnknown = 400,
|
||||
MEPolicyChanged = 401,
|
||||
MEContentProtectionMessage = 402,
|
||||
|
|
Loading…
Reference in New Issue