public class MediaInfo
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
MediaInfo.EncryptionMethod
Encryption algorithm and mode.
|
static class |
MediaInfo.Format
Media format.
|
static class |
MediaInfo.Type
Media type.
|
Modifier | Constructor and Description |
---|---|
protected |
MediaInfo(MediaInfo.Type type,
int format,
int encMethod,
int duration,
int bitrate,
java.lang.String trackName) |
Modifier and Type | Method and Description |
---|---|
int |
getBitrate() |
int |
getDuration() |
MediaInfo.EncryptionMethod |
getEncryptionMethod() |
MediaInfo.Format |
getFormat() |
java.lang.String |
getTrackName() |
MediaInfo.Type |
getType() |
protected MediaInfo(MediaInfo.Type type, int format, int encMethod, int duration, int bitrate, java.lang.String trackName)
public MediaInfo.Type getType()
public MediaInfo.Format getFormat()
public MediaInfo.EncryptionMethod getEncryptionMethod()
public int getDuration()
public int getBitrate()
public java.lang.String getTrackName()