public final class AviFormat extends RiffFormat
Represents the AVI video format.
FormatBase
Constructor and Description |
---|
AviFormat(InputStream input)
Initializes a new instance of the
AviFormat class. |
AviFormat(String fileName)
Initializes a new instance of the
AviFormat class. |
Modifier and Type | Method and Description |
---|---|
AviHeader |
getHeader()
Gets the AVI header.
|
int |
getType()
Gets the document type.
|
cleanMetadata, getDublinCore, getXmpData, getXmpProperties, getXmpValues, hasXmp, removeXmpData, setXmpData
close, dispose, dispose, getMetadata, getMIMEType, readByMetadataKey, save, save, save
public AviFormat(String fileName)
Initializes a new instance of the AviFormat
class.
fileName
- The absolute path to the file.public AviFormat(InputStream input)
Initializes a new instance of the AviFormat
class.
input
- The stream to load the file from.public int getType()
Gets the document type.
getType
in class FormatBase
public final AviHeader getHeader()
Gets the AVI header.
Copyright © 2019. All rights reserved.