pjmedia_sdp_session class final
This structure describes SDP session description. A SDP session descriptor contains complete information about a session, and normally is exchanged with remote media peer using signaling protocol such as SIP.
- 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 -
attr
↔ Array<
Pointer< pjmedia_sdp_attr> > -
< Attributes array.
getter/setter pair
- attr_count ↔ int
-
< Number of attributes.
getter/setter pair
-
bandw
↔ Array<
Pointer< pjmedia_sdp_bandw> > -
getter/setter pair
- bandw_count ↔ int
-
< Number of bandwidth info (b=)
getter/setter pair
-
conn
↔ Pointer<
pjmedia_sdp_conn> -
< Connection line (c=)
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
-
media
↔ Array<
Pointer< pjmedia_sdp_media> > -
< Media array.
getter/setter pair
- media_count ↔ int
-
< Number of media.
getter/setter pair
- name ↔ pj_str_t
-
< Subject line (s=)
getter/setter pair
- origin ↔ UnnamedStruct23
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- time ↔ UnnamedStruct24
-
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