org.mobicents.media.server.impl.resource.video
Class VideoMediaHeaderBox

java.lang.Object
  extended by org.mobicents.media.server.impl.resource.video.Box
      extended by org.mobicents.media.server.impl.resource.video.FullBox
          extended by org.mobicents.media.server.impl.resource.video.VideoMediaHeaderBox

public class VideoMediaHeaderBox
extends FullBox

The video media header contains general presentation information, independent of the coding, for video media. Note that the flags field has the value 1.

Author:
kulikov

Constructor Summary
VideoMediaHeaderBox(long size, java.lang.String type)
           
 
Method Summary
protected  int load(java.io.DataInputStream fin)
          Loads Box from stream.
 
Methods inherited from class org.mobicents.media.server.impl.resource.video.FullBox
getFlags, getVersion, read64
 
Methods inherited from class org.mobicents.media.server.impl.resource.video.Box
getSize, getType, readLen, readText, readType
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VideoMediaHeaderBox

public VideoMediaHeaderBox(long size,
                           java.lang.String type)
Method Detail

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.