| Package | Description |
|---|---|
| net.sourceforge.peers | |
| net.sourceforge.peers.media |
| Modifier and Type | Method | Description |
|---|---|---|
SoundSource.DataFormat |
Config.getMediaFileDataFormat() |
|
SoundSource.DataFormat |
JavaConfig.getMediaFileDataFormat() |
|
SoundSource.DataFormat |
XmlConfig.getMediaFileDataFormat() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Config.setMediaFileDataFormat(SoundSource.DataFormat mediaFileDataFormat) |
|
void |
JavaConfig.setMediaFileDataFormat(SoundSource.DataFormat mediaFileDataFormat) |
|
void |
XmlConfig.setMediaFileDataFormat(SoundSource.DataFormat mediaFileDataFormat) |
| Constructor | Description |
|---|---|
JavaConfig(InetAddress localInetAddress,
String userPart,
String password,
String domain,
SipURI outboundProxy,
int sipPort,
MediaMode mediaMode,
boolean mediaDebug,
SoundSource.DataFormat mediaFileDataFormat,
String mediaFile,
int rtpPort,
String authorizationUsername,
List<Codec> supportedCodecs) |
| Modifier and Type | Field | Description |
|---|---|---|
static SoundSource.DataFormat |
SoundSource.DataFormat.DEFAULT |
| Modifier and Type | Method | Description |
|---|---|---|
SoundSource.DataFormat |
FilePlaybackSoundManager.dataProduced() |
|
SoundSource.DataFormat |
FileReader.dataProduced() |
|
default SoundSource.DataFormat |
SoundSource.dataProduced() |
|
static SoundSource.DataFormat |
SoundSource.DataFormat.fromShortAlias(String shortAlias) |
|
static SoundSource.DataFormat |
SoundSource.DataFormat.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static SoundSource.DataFormat[] |
SoundSource.DataFormat.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor | Description |
|---|---|
FilePlaybackSoundManager(String fileName,
SoundSource.DataFormat fileDataFormat,
Logger logger) |
|
FileReader(String fileName,
SoundSource.DataFormat fileDataFormat,
Logger logger) |
Copyright © 2018. All rights reserved.