public final class MovFormat extends FormatBase
Represents a QuickTime video file.
Please see <a href="https://en.wikipedia.org/wiki/QuickTime_File_Format">https://en.wikipedia.org/wiki/QuickTime_File_Format</a>
for more information.
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()
Removes writable metadata properties associated with the file.
|
QuickTimeMetadata |
getQuickTimeInfo()
Gets the QuickTime metadata.
|
int |
getType()
Gets the type of the loaded file.
|
close, dispose, dispose, getMetadata, getMIMEType, readByMetadataKey, save, save, save
public MovFormat(String fileName)
Initializes a new instance of the MovFormat
class.
fileName
- A string that contains the full name of the file from which to create a MovFormat
instance.public MovFormat(InputStream input)
Initializes a new instance of the MovFormat
class.
input
- A stream that contains the data for this MovFormat
.public int getType()
Gets the type of the loaded file.
getType
in class FormatBase
public final QuickTimeMetadata getQuickTimeInfo()
Gets the QuickTime metadata.
public void cleanMetadata()
Removes writable metadata properties associated with the file. Metadata cleaning is not supported for this format.
cleanMetadata
in class FormatBase
Copyright © 2019. All rights reserved.