ContainerSettings class
Container specific settings.
Constructors
- ContainerSettings({CmfcSettings? cmfcSettings, ContainerType? container, F4vSettings? f4vSettings, M2tsSettings? m2tsSettings, M3u8Settings? m3u8Settings, MovSettings? movSettings, Mp4Settings? mp4Settings, MpdSettings? mpdSettings, MxfSettings? mxfSettings})
-
ContainerSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- cmfcSettings → CmfcSettings?
-
Settings for MP4 segments in CMAF
final
- container → ContainerType?
-
Container for this output. Some containers require a container settings
object. If not specified, the default object will be created.
final
- f4vSettings → F4vSettings?
-
Settings for F4v container
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- m2tsSettings → M2tsSettings?
-
MPEG-2 TS container settings. These apply to outputs in a File output group
when the output's container (ContainerType) is MPEG-2 Transport Stream
(M2TS). In these assets, data is organized by the program map table (PMT).
Each transport stream program contains subsets of data, including audio,
video, and metadata. Each of these subsets of data has a numerical label
called a packet identifier (PID). Each transport stream program corresponds
to one MediaConvert output. The PMT lists the types of data in a program
along with their PID. Downstream systems and players use the program map
table to look up the PID for each type of data it accesses and then uses the
PIDs to locate specific data within the asset.
final
- m3u8Settings → M3u8Settings?
-
Settings for TS segments in HLS
final
- movSettings → MovSettings?
-
Settings for MOV Container.
final
- mp4Settings → Mp4Settings?
-
Settings for MP4 container. You can create audio-only AAC outputs with this
container.
final
- mpdSettings → MpdSettings?
-
Settings for MP4 segments in DASH
final
- mxfSettings → MxfSettings?
-
MXF settings
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited