InputLocation class

Input Location

Constructors

InputLocation({required String uri, String? passwordParam, String? username})
InputLocation.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
uri String
Uniform Resource Identifier - This should be a path to a file accessible to the Live system (eg. a http:// URI) depending on the output type. For example, a RTMP destination should have a uri simliar to: "rtmp://fmsserver/live".
final
username String?
Documentation update needed
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