public final class AviFormat extends RiffFormat
Represents AVI video format.
FormatBase
filePath, stream
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 document type.
|
cleanMetadata, getDublinCore, getXmpData, getXmpProperties, getXmpValues, hasXmp, removeXmpData, setXmpData
close, dispose, getMetadata, getMIMEType, readByMetadataKey, save, save, save
public AviFormat(String fileName)
Initializes a new instance of the AviFormat
class.
fileName
- Absolute path to the file.public AviFormat(InputStream input)
Initializes a new instance of the AviFormat
class.
input
- File stream.public int getType()
Gets document type.
getType
in class FormatBase
public final AviHeader getHeader()
Gets the AVI header.
Copyright © 2018. All rights reserved.