|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.jave.AudioInfo
public class AudioInfo
Instances of this class report informations about an audio stream that can be decoded.
Constructor Summary | |
---|---|
AudioInfo()
|
Method Summary | |
---|---|
int |
getBitRate()
Returns the audio stream (average) bit rate. |
int |
getChannels()
Returns the audio stream channels number (1=mono, 2=stereo). |
java.lang.String |
getDecoder()
Returns the audio stream decoder name. |
int |
getSamplingRate()
Returns the audio stream sampling rate. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public AudioInfo()
Method Detail |
---|
public java.lang.String getDecoder()
public int getSamplingRate()
public int getChannels()
public int getBitRate()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |