DiveRTMPServices class

Constructors

DiveRTMPServices(List<DiveRTMPService> services)
const
DiveRTMPServices.standard({bool commonNamesOnly = true})
When commonNamesOnly is true (default) it collects only the common services, and when false it collects all services.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serviceNames List<String>
Returns the list of the streaming service names.
no setter
services List<DiveRTMPService>
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
serviceForName(String serviceName) DiveRTMPService?
Returns a service for the serviceName or null.
serviceServers(String serviceName) List<String>?
Returns the server list for a service.
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited