pjmedia_rtcp_fb_setting class final

This structure declares RTCP Feedback configuration settings.

Inheritance
Implemented types
Available extensions

Constructors

pjmedia_rtcp_fb_setting()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
cap_count int
Number of RTCP Feedback capabilities.
getter/setter pair
caps Array<pjmedia_rtcp_fb_cap>
The RTCP Feedback capabilities.
getter/setter pair
dont_use_avpf int
Specify whether transport protocol in SDP media description uses RTP/AVP instead of RTP/AVPF. Note that RFC4585 mandates to signal RTP/AVPF profile, but it may cause SDP negotiation failure when negotiating with endpoints that does not support RTP/AVPF (including older version of PJSIP), furthermore, there is RFC8643 that promotes interoperability over the strictness of RTP profile specifications.
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