public class AudioInfo
extends java.lang.Object
| 构造器和说明 |
|---|
AudioInfo() |
| 限定符和类型 | 方法和说明 |
|---|---|
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() |
public java.lang.String getDecoder()
public int getSamplingRate()
public int getChannels()
public int getBitRate()
public java.lang.String toString()
toString 在类中 java.lang.ObjectCopyright © 2019. All Rights Reserved.