pjsua_med_tp_st class abstract

Enumeration of media transport state types.

Constructors

pjsua_med_tp_st()

Properties

hashCode int
The hash code for this object.
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

PJSUA_MED_TP_CREATING → const int
Just before media transport is created, which can finish asynchronously later.
PJSUA_MED_TP_DISABLED → const int
Disabled (transport is initialized, but media is being disabled).
PJSUA_MED_TP_IDLE → const int
Media transport creation is completed, but not initialized yet.
PJSUA_MED_TP_INIT → const int
Initialized (media_create() has been called).
PJSUA_MED_TP_NULL → const int
Null, this is the state before media transport is created.
PJSUA_MED_TP_RUNNING → const int
Running (media_start() has been called).