CaptionSelector class

Output groups for this Live Event. Output groups contain information about where streams should be distributed.

Constructors

CaptionSelector({required String name, String? languageCode, CaptionSelectorSettings? selectorSettings})
CaptionSelector.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
languageCode String?
When specified this field indicates the three letter language code of the caption track to extract from the source.
final
name String
Name identifier for a caption selector. This name is used to associate this caption selector with one or more caption descriptions. Names must be unique within an event.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectorSettings CaptionSelectorSettings?
Caption selector settings.
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