CaptionFormat class
The file format of the output captions. If you leave this value blank, Elastic Transcoder returns an error.
Constructors
- CaptionFormat({Encryption? encryption, String? format, String? pattern})
-
CaptionFormat.fromJson(Map<
String, dynamic> json) -
factory
Properties
- encryption → Encryption?
-
The encryption settings, if any, that you want Elastic Transcoder to apply
to your caption formats.
final
- format → String?
-
The format you specify determines whether Elastic Transcoder generates an
embedded or sidecar caption for this output.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- pattern → String?
-
The prefix for caption filenames, in the form
description-
{language}
, where: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