public class AudioInfo extends Object
| Constructor and Description |
|---|
AudioInfo() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBitRate()
Returns the audio stream (average) bit rate.
|
int |
getChannels()
Returns the audio stream channels number (1=mono, 2=stereo).
|
String |
getDecoder()
Returns the audio stream decoder name.
|
int |
getSamplingRate()
Returns the audio stream sampling rate.
|
String |
toString() |
public String getDecoder()
public int getSamplingRate()
public int getChannels()
public int getBitRate()
Copyright © 2018. All rights reserved.