public static interface ServerInfo.VoiceInfo
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Activation> |
getActivations()
Gets the voice activations
|
int |
getBufferSize()
Gets the buffer size (for shorts) based on sample rate
|
@NotNull CaptureInfo |
getCapture()
Gets the voice capture info
|
@NotNull javax.sound.sampled.AudioFormat |
getFormat(boolean stereo)
Gets the audio format based on sample rate
sampleSizeInBits is 16
|
java.util.Collection<SourceLine> |
getSourceLines()
Gets the voice source lines
|
@NotNull @NotNull javax.sound.sampled.AudioFormat getFormat(boolean stereo)
AudioFormatint getBufferSize()
@NotNull @NotNull CaptureInfo getCapture()
java.util.Collection<SourceLine> getSourceLines()
java.util.Collection<Activation> getActivations()