Uses of Interface
org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi.IMMNotificationClient
-
Packages that use IMMNotificationClient Package Description org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi -
-
Uses of IMMNotificationClient in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi
Methods in org.jitsi.impl.neomedia.jmfext.media.protocol.wasapi with parameters of type IMMNotificationClient Modifier and Type Method Description static voidMMNotificationClient. RegisterEndpointNotificationCallback(IMMNotificationClient pNotify)Registers a specific IMMNotificationClient to be notified when an audio endpoint device is added or removed, when the state or properties of an endpoint device change, or when there is a change in the default role assigned to an endpoint device.static voidMMNotificationClient. UnregisterEndpointNotificationCallback(IMMNotificationClient pNotify)Deletes the registration of a specific IMMNotificationClient that the client registered in a previous call toMMNotificationClient.RegisterEndpointNotificationCallback(IMMNotificationClient).
-