OutputDestinationSettings class
Placeholder documentation for OutputDestinationSettings
Constructors
- OutputDestinationSettings({String? passwordParam, String? streamName, String? url, String? username})
-
OutputDestinationSettings.fromJson(Map<
String, dynamic> json) -
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- passwordParam → String?
-
key used to extract the password from EC2 Parameter store
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- streamName → String?
-
Stream name for RTMP destinations (URLs of type rtmp://)
final
- url → String?
-
A URL specifying a destination
final
- username → String?
-
username for destination
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