org.mobicents.media.server.impl.resource.video
Class HintMediaHeaderBox
java.lang.Object
org.mobicents.media.server.impl.resource.video.Box
org.mobicents.media.server.impl.resource.video.FullBox
org.mobicents.media.server.impl.resource.video.HintMediaHeaderBox
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.)
- Author:
- kulikov
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HintMediaHeaderBox
public HintMediaHeaderBox(long size,
java.lang.String type)
getAvgBitRate
public int getAvgBitRate()
getAvgPDUSize
public int getAvgPDUSize()
getMaxBitRate
public int getMaxBitRate()
getMaxPDUSize
public int getMaxPDUSize()
load
protected int load(java.io.DataInputStream fin)
throws java.io.IOException
- Description copied from class:
Box
- Loads Box from stream.
- Overrides:
load in class FullBox
- Parameters:
fin - the stream to load box from
- Returns:
- the number of bytes readed from stream; *
- Throws:
java.io.IOException - if some I/O error occured.
Copyright © 2009. All Rights Reserved.