CaptionDescription class
Caption Description
Constructors
- CaptionDescription({required String name, CaptionDestinationSettings? destinationSettings, String? languageCode, String? languageDescription})
-
CaptionDescription.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
Specifies which input caption selector to use as a caption source when
generating output captions. This field should match a captionSelector name.
final
- destinationSettings → CaptionDestinationSettings?
-
Additional settings for captions destination that depend on the destination
type.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- languageCode → String?
-
ISO 639-2 three-digit code: http://www.loc.gov/standards/iso639-2/
final
- languageDescription → String?
-
Human readable information to indicate captions available for players (eg.
English, or Spanish).
final
- name → String
-
Name of the caption description. Used to associate a caption description
with an output. Names must be unique within an event.
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