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) |
Modifier and Type | Method and Description |
---|---|
int |
getBitrate() |
int |
getDuration() |
MediaInfo.EncryptionMethod |
getEncryptionMethod() |
MediaInfo.Format |
getFormat() |
MediaInfo.Type |
getType() |
protected MediaInfo(MediaInfo.Type type, int format, int encMethod, int duration, int bitrate)
public MediaInfo.Type getType()
public MediaInfo.Format getFormat()
public MediaInfo.EncryptionMethod getEncryptionMethod()
public int getDuration()
public int getBitrate()