pjmedia_sdp_media class final

This structure describes SDP media descriptor. A SDP media descriptor starts with "m=" line and contains the media attributes and optional connection line.

Inheritance
Implemented types
Available extensions

Constructors

pjmedia_sdp_media()

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.
getter/setter pair
attr_count int
< Number of attributes.
getter/setter pair
bandw Array<Pointer<pjmedia_sdp_bandw>>
< Bandwidth info.
getter/setter pair
bandw_count int
< Number of bandwidth info.
getter/setter pair
conn Pointer<pjmedia_sdp_conn>
< Optional connection info.
getter/setter pair
desc UnnamedStruct25
getter/setter pair
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