|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.tuneology.avm.media.MediaProperties
Represents information about a media file.
Field Summary | |
int |
headerSize
The number of bytes in the header. |
int |
rate
The rate of the file, in samples/second |
int |
sampleSize
The number of bytes per sample. |
Constructor Summary | |
MediaProperties()
|
Method Summary | |
MediaProperties |
copy()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public int headerSize
public int rate
public int sampleSize
Constructor Detail |
public MediaProperties()
Method Detail |
public MediaProperties copy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |