pjsua_on_stream_created_param class final
Structure to be passed to on stream created callback. See on_stream_created2().
- Inheritance
- Implemented types
- Available extensions
Constructors
Properties
-
address
→ Pointer<
T> -
Available on T, provided by the StructAddress extension
The memory address of the underlying data.no setter - destroy_port ↔ int
-
Specify if PJSUA should take ownership of the port returned in
the port parameter below. If set to PJ_TRUE,
pjmedia_port_destroy() will be called on the port when it is
no longer needed.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
port
↔ Pointer<
pjmedia_port> -
On input, it specifies the audio media port of the stream. Application
may modify this pointer to point to different media port to be
registered to the conference bridge.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
↔ Pointer<
pjmedia_stream> -
The audio media stream, read-only.
getter/setter pair
- stream_idx ↔ int
-
Stream index in the audio media session, read-only.
getter/setter pair
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