com.tuneology.avm.media
Class MediaProperties

java.lang.Object
  |
  +--com.tuneology.avm.media.MediaProperties
Direct Known Subclasses:
AudioProperties

public class MediaProperties
extends java.lang.Object

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

headerSize

public int headerSize
The number of bytes in the header.

rate

public int rate
The rate of the file, in samples/second

sampleSize

public int sampleSize
The number of bytes per sample.
Constructor Detail

MediaProperties

public MediaProperties()
Method Detail

copy

public MediaProperties copy()