public class VideoFileType extends FileType
Modifier and Type | Field and Description |
---|---|
static VideoFileType |
Avi
The AVI file format is an Audio Video multimedia container file format that was introduced by Microsoft.
|
static VideoFileType |
Flv
FLV (Flash Video) is a container file format with the .flv extension.
|
static VideoFileType |
Mkv
MKV (Matroska Video) is a multimedia container similar to MOV and AVI format but it supports more than one audio and subtitle track in the same file.
|
static VideoFileType |
Mov
MOV or QuickTime file format is a multimedia container which is developed by Apple: contains one or more tracks, each track holds a particular type of data i.e.
|
static VideoFileType |
Mp4
MP4(short for MPEG-4 Part 14) is a file format based on ISO/IEC 14496-12:2004 that is based on QuickTime File Format but formally specifies support for Initial Object Descriptors (IOD) and other MPEG features.
|
static VideoFileType |
Webm
A file with a .webm extension is a video file based on the open, royalty-free WebM file format.
|
static VideoFileType |
Wmv
The Advanced Systems Format (ASF) is a digital multimedia container designed primarily for storing and transmitting media streams.
|
Constructor and Description |
---|
VideoFileType()
Serialization constructor
|
Modifier and Type | Method and Description |
---|---|
ConvertOptions |
getConvertOptions()
Prepared default convert options for the file type
|
LoadOptions |
getLoadOptions()
Prepared default load options for the source file type
|
fromExtension, fromFilename, fromStream, getAllTypes, getAllTypes, getAllTypes, getDescription, getExtension, getFamily, getFileFormat, toString
compareTo, equals, equals, fromDisplayName, fromValue, getAll, hashCode, op_Equality, op_Inequality
public static final VideoFileType Mp4
public static final VideoFileType Avi
public static final VideoFileType Flv
public static final VideoFileType Mkv
public static final VideoFileType Mov
public static final VideoFileType Webm
public static final VideoFileType Wmv
public LoadOptions getLoadOptions()
FileType
getLoadOptions
in class FileType
public ConvertOptions getConvertOptions()
FileType
getConvertOptions
in class FileType
Copyright © 2022. All rights reserved.