public final class MovFormat extends FormatBase
Represents QuickTime File Format. See more: https://en.wikipedia.org/wiki/QuickTime_File_Format.
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 the document type.
|
close, dispose, dispose, getMetadata, getMIMEType, readByMetadataKey, save, save, save
public MovFormat(String fileName)
Initializes a new instance of the MovFormat
class.
fileName
- The absolute path to the file.public MovFormat(InputStream input)
Initializes a new instance of the MovFormat
class.
input
- The stream to load the file from.public int getType()
Gets the 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 © 2019. All rights reserved.