public class HintMediaHeaderBox extends FullBox
The hint media header contains general information, independent of the protocol, for hint tracks. (A PDU is a Protocol Data Unit.)
bytetoTypeMap| Constructor and Description |
|---|
HintMediaHeaderBox(long size) |
| Modifier and Type | Method and Description |
|---|---|
long |
getAvgBitRate() |
int |
getAvgPDUSize() |
long |
getMaxBitRate() |
int |
getMaxPDUSize() |
protected int |
load(DataInputStream fin)
Loads Box from stream.
|
getFlags, getVersion, read64public long getAvgBitRate()
public int getAvgPDUSize()
public long getMaxBitRate()
public int getMaxPDUSize()
protected int load(DataInputStream fin) throws IOException
Boxload in class FullBoxfin - the stream to load box fromIOException - if some I/O error occured.Copyright © 2017 TeleStax, Inc.. All Rights Reserved.