|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tuneology.avm.media.MediaProperties | +--com.tuneology.avm.media.AudioProperties
Represents information about an audio file.
Field Summary | |
int |
channels
The number of channels. |
int |
count
The number of samples in the file. |
int |
encoding
The encoding of the file, one of: NativePlayer.DATA_FORMAT_* |
int |
fileType
The type of the file |
Fields inherited from class com.tuneology.avm.media.MediaProperties |
headerSize, rate, sampleSize |
Constructor Summary | |
AudioProperties()
|
Method Summary | |
MediaProperties |
copy()
Returns a new copy. |
static void |
touch()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int fileType
public int encoding
public int channels
public int count
Constructor Detail |
public AudioProperties()
Method Detail |
public MediaProperties copy()
copy
in class MediaProperties
public static void touch()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |