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.
read-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
serviceNames List<String>
Returns the list of the streaming service names.
read-only
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