public class AudioInfo extends Object
| Constructor | Description |
|---|---|
AudioInfo() |
| Modifier and Type | Method | 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 © 2019. All rights reserved.