public interface IMMNotificationClient
| Modifier and Type | Method and Description |
|---|---|
void |
OnDefaultDeviceChanged(int flow,
int role,
String pwstrDefaultDevice) |
void |
OnDeviceAdded(String pwstrDeviceId) |
void |
OnDeviceRemoved(String pwstrDeviceId) |
void |
OnDeviceStateChanged(String pwstrDeviceId,
int dwNewState) |
void |
OnPropertyValueChanged(String pwstrDeviceId,
long key) |
void OnDefaultDeviceChanged(int flow,
int role,
String pwstrDefaultDevice)
void OnDeviceAdded(String pwstrDeviceId)
void OnDeviceRemoved(String pwstrDeviceId)
void OnDeviceStateChanged(String pwstrDeviceId, int dwNewState)
void OnPropertyValueChanged(String pwstrDeviceId, long key)
Copyright © 2021 jitsi.org. All rights reserved.