public class AmrSpecificBox extends Box
Table 6.6: The AMRSpecificBox fields for AMRSampleEntry
Look at 6.7 section of 3GPP TS 26.244 Transparent end-to-end packet switched streaming service (PSS); 3GPP file format (3GP)
http://www.3gpp.org/ftp/Specs/html-info/26244.htm
bytetoTypeMap| Constructor and Description |
|---|
AmrSpecificBox(long size,
String type) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDecoderVersion() |
int |
getFramesPerSample() |
int |
getModeChangePeriod() |
int |
getModeSet() |
String |
getVendor() |
protected int |
load(DataInputStream fin)
Loads Box from stream.
|
public AmrSpecificBox(long size,
String type)
protected int load(DataInputStream fin) throws IOException
Boxload in class Boxfin - the stream to load box fromIOException - if some I/O error occured.public String getVendor()
public int getDecoderVersion()
public int getModeSet()
public int getModeChangePeriod()
public int getFramesPerSample()
Copyright © 2017 TeleStax, Inc.. All Rights Reserved.