PresetSettings class
Settings for preset
Constructors
-
PresetSettings({List<
AudioDescription> ? audioDescriptions, ContainerSettings? containerSettings, VideoDescription? videoDescription}) -
PresetSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
audioDescriptions
→ List<
AudioDescription> ? -
(AudioDescriptions) contains groups of audio encoding settings organized by
audio codec. Include one instance of (AudioDescriptions) per output.
(AudioDescriptions) can contain multiple groups of encoding settings.
final
-
Caption settings for this preset. There can be multiple caption settings in
a single output.
final
- containerSettings → ContainerSettings?
-
Container specific settings.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- videoDescription → VideoDescription?
-
(VideoDescription) contains a group of video encoding settings. The specific
video settings depend on the video codec that you choose when you specify a
value for Video codec (codec). Include one instance of (VideoDescription)
per output.
final
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