public abstract class AudioSampleEntry extends SampleEntry
dataReferenceIndex, reservedbytetoTypeMap| Constructor and Description |
|---|
AudioSampleEntry(long size,
String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getChannelCount() |
double |
getSampleRate() |
int |
getSampleSize() |
protected int |
load(DataInputStream fin)
Loads Box from stream.
|
public AudioSampleEntry(long size,
String type)
protected int load(DataInputStream fin) throws IOException
Boxload in class SampleEntryfin - the stream to load box fromIOException - if some I/O error occured.public int getChannelCount()
public int getSampleSize()
public double getSampleRate()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.