public final class AviFormat extends RiffFormat
Represents an AVI video file.
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 type of the loaded file.
|
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
- A string that contains the full name of the file from which to create an AviFormat
instance.public AviFormat(InputStream input)
Initializes a new instance of the AviFormat
class.
input
- A stream that contains the data for this AviFormat
.public int getType()
Gets the type of the loaded file.
getType
in class FormatBase
public final AviHeader getHeader()
Gets the AVI header.
Copyright © 2019. All rights reserved.