| Package | Description |
|---|---|
| org.jitsi.impl.neomedia.notify | |
| org.jitsi.service.audionotifier |
| Modifier and Type | Class and Description |
|---|---|
class |
AudioSystemClipImpl
Implementation of SCAudioClip using PortAudio.
|
class |
JavaSoundClipImpl
Implementation of SCAudioClip.
|
| Modifier and Type | Method and Description |
|---|---|
SCAudioClip |
AudioNotifierServiceImpl.createAudio(String uri)
Creates an SCAudioClip from the given URI and adds it to the list of
available audio-s.
|
SCAudioClip |
AudioNotifierServiceImpl.createAudio(String uri,
boolean playback)
Creates an SCAudioClip from the given URI and adds it to the list of
available audio-s.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSCAudioClip
An abstract base implementation of
SCAudioClip which is provided in
order to aid implementers by allowing them to extend
AbstractSCAudioClip and focus on the task of playing actual audio
once. |
| Modifier and Type | Method and Description |
|---|---|
SCAudioClip |
AudioNotifierService.createAudio(String uri)
Creates an SCAudioClip and returns it.
|
SCAudioClip |
AudioNotifierService.createAudio(String uri,
boolean playback)
Creates an SCAudioClip and returns it.
|
Copyright © 2021 jitsi.org. All rights reserved.