Red5Configuration class

Constructors

Red5Configuration({required String licenseKey, required R5StreamProtocol protocol, required String host, required int port, String contextName = 'live', num bufferTime = 1.0})

Properties

bufferTime num
getter/setter pair
contextName String
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
host String
getter/setter pair
licenseKey String
getter/setter pair
port int
getter/setter pair
protocol R5StreamProtocol
getter/setter pair
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