public class IVFHeader extends Object
| Constructor and Description |
|---|
IVFHeader(String filePath)
Initialize a new instance of a IVFHeader from an ivf file, by
reading and parsing the header of the ivf file.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getCodec()
Get the codec of the ivf file
|
Dimension |
getDimension()
Get the dimension (height x width) of the video of the ivf file.
|
int |
getFramerate()
Get the framerate declared by the header of the ivf file
|
short |
getHeaderLength()
Get the header length of the ivf file
|
short |
getHeight()
Get the height of the video of the ivf file
|
int |
getNumberOfFramesInFile()
Get the 'number of frames' field from the IVF file header.
|
String |
getSignature()
Get the signature of the ivf file
|
int |
getTimeScale()
Get the timescale declared by the header of the ivf file
|
short |
getVersion()
Get the version of the ivf file
|
short |
getWidth()
Get the width of the video of the ivf file
|
public IVFHeader(String filePath)
filePath - the location of the ivf file from which you want to
parse the header.public String getSignature()
public short getVersion()
public short getHeaderLength()
public String getCodec()
public short getWidth()
public short getHeight()
public Dimension getDimension()
public int getFramerate()
public int getTimeScale()
public int getNumberOfFramesInFile()
Copyright © 2022 jitsi.org. All rights reserved.