org.mobicents.media.server.impl.resource.video
Class FileTypeBox
java.lang.Object
org.mobicents.media.server.impl.resource.video.Box
org.mobicents.media.server.impl.resource.video.FileTypeBox
public class FileTypeBox
- extends Box
- Author:
- kulikov
|
Constructor Summary |
FileTypeBox(long size,
java.lang.String type)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FileTypeBox
public FileTypeBox(long size,
java.lang.String type)
getMajorBrand
public java.lang.String getMajorBrand()
getMinorVersion
public int getMinorVersion()
getCompatibleBrands
public java.lang.String[] getCompatibleBrands()
load
protected int load(java.io.DataInputStream fin)
throws java.io.IOException
- Description copied from class:
Box
- Loads Box from stream.
- Specified by:
load in class Box
- 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.