|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.teamdev.jxcapture.audio.AudioCodecPresets
public class AudioCodecPresets
Represents audio codec presets.
Constructor Summary | |
---|---|
AudioCodecPresets(java.lang.String name,
long bitrate,
BitrateMode bitrateMode,
AudioChannels channels,
double sampleRate)
|
|
AudioCodecPresets(java.lang.String name,
long bitrate,
BitrateMode bitrateMode,
AudioChannels channels,
int sampleSize,
int samplesPerSec,
int avgBytesPerSec,
int blockAlign,
int bitsPerSample)
Creates codec presets. |
Method Summary | |
---|---|
int |
getAvgBytesPerSec()
Average bytes per seconds. |
long |
getBitrate()
Bitrate. |
BitrateMode |
getBitrateMode()
Bit rate mode. |
int |
getBitsPerSample()
|
int |
getBlockAlign()
Block align. |
AudioChannels |
getChannels()
Audio channels. |
java.lang.String |
getName()
Settings name. |
double |
getSampleRate()
|
int |
getSampleSize()
Sample size. |
int |
getSamplesPerSec()
Samples per second. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AudioCodecPresets(java.lang.String name, long bitrate, BitrateMode bitrateMode, AudioChannels channels, int sampleSize, int samplesPerSec, int avgBytesPerSec, int blockAlign, int bitsPerSample)
name
- name of presetbitrate
- bitratebitrateMode
- bitrate modechannels
- channelssampleSize
- sample sizesamplesPerSec
- samples per secondavgBytesPerSec
- average bytes per secondblockAlign
- block alignbitsPerSample
- bits per samlepublic AudioCodecPresets(java.lang.String name, long bitrate, BitrateMode bitrateMode, AudioChannels channels, double sampleRate)
Method Detail |
---|
public java.lang.String getName()
public long getBitrate()
public int getSampleSize()
public int getSamplesPerSec()
public int getAvgBytesPerSec()
public int getBlockAlign()
public int getBitsPerSample()
public BitrateMode getBitrateMode()
public AudioChannels getChannels()
public java.lang.String toString()
toString
in class java.lang.Object
public double getSampleRate()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |