public final class MovFormat extends FormatBase
Represents QuickTime File Format. See more: https://en.wikipedia.org/wiki/QuickTime_File_Format.
filePath, stream
Constructor and Description |
---|
MovFormat(InputStream input)
Initializes a new instance of the
MovFormat class. |
MovFormat(String fileName)
Initializes a new instance of the
MovFormat class. |
Modifier and Type | Method and Description |
---|---|
void |
cleanMetadata()
Metadata cleaning is not supported in this version.
|
QuickTimeMetadata |
getQuickTimeInfo()
Gets the
QuickTimeMetadata metadata. |
int |
getType()
Gets document type.
|
dispose, getMetadata, getMIMEType, readByMetadataKey, save, save, save
public MovFormat(String fileName)
Initializes a new instance of the MovFormat
class.
fileName
- Absolute path to the file.public MovFormat(InputStream input)
Initializes a new instance of the MovFormat
class.
input
- File stream.public int getType()
Gets document type.
Value: Document type.getType
in class FormatBase
public final QuickTimeMetadata getQuickTimeInfo()
Gets the QuickTimeMetadata
metadata.
public void cleanMetadata()
Metadata cleaning is not supported in this version.
cleanMetadata
in class FormatBase
Copyright © 2017. All rights reserved.