Abstract class
IsobmffInputFormat
Format representing files compatible with the ISO base media file format (ISOBMFF), like MP4 or MOV files.
This format can make use of InputOptions.initInput. When the file contents are fragmented but no track initialization info is provided (no moov atom), then it must be provided via initInput.
Extends: InputFormat
Subclasses
Properties
mimeType
ts
get mimeType(): string;Returns the typical base MIME type of the input format.
name
ts
get name(): string;Returns the name of the input format.