public interface AudioNotifierService
| Modifier and Type | Method and Description |
|---|---|
boolean |
audioOutAndNotificationsShareSameDevice()
Checks whether the playback and notification configuration
share the same device.
|
SCAudioClip |
createAudio(String uri)
Creates an SCAudioClip and returns it.
|
SCAudioClip |
createAudio(String uri,
boolean playback)
Creates an SCAudioClip and returns it.
|
boolean |
isMute()
Specifies if currently the sound is off.
|
void |
setMute(boolean isMute)
Stops/Restores all currently playing sounds.
|
boolean audioOutAndNotificationsShareSameDevice()
SCAudioClip createAudio(String uri)
uri - the uri, which will be the source of the audioSCAudioClip createAudio(String uri, boolean playback)
uri - the uri, which will be the source of the audioplayback - use or not the playback device.boolean isMute()
void setMute(boolean isMute)
isMute - mute or not currently playing soundsCopyright © 2022 jitsi.org. All rights reserved.