R5StreamEvents enum

Inheritance

Constructors

R5StreamEvents()
const

Values

CONNECTED → const R5StreamEvents
DISCONNECTED → const R5StreamEvents
ERROR → const R5StreamEvents
TIMEOUT → const R5StreamEvents
CLOSE → const R5StreamEvents
START_STREAMING → const R5StreamEvents
STOP_STREAMING → const R5StreamEvents
NET_STATUS → const R5StreamEvents
AUDIO_MUTE → const R5StreamEvents
AUDIO_UNMUTE → const R5StreamEvents
VIDEO_MUTE → const R5StreamEvents
VIDEO_UNMUTE → const R5StreamEvents
LICENSE_ERROR → const R5StreamEvents
LICENSE_VALID → const R5StreamEvents
BUFFER_FLUSH_START → const R5StreamEvents
BUFFER_FLUSH_EMPTY → const R5StreamEvents
VIDEO_RENDER_START → const R5StreamEvents
ABR_LEVEL_CHANGED → const R5StreamEvents
SRTP_KEY_GEN_ERROR → const R5StreamEvents
SRTP_KEY_HANDLE_ERROR → const R5StreamEvents

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
no setterinherited
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
toString() String
A string representation of this object.
inherited

Operators

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

Constants

values → const List<R5StreamEvents>
A constant List of the values in this enum, in order of their declaration.