pjmedia_rtcp_fb_cap class final

This structure declare RTCP Feedback capability.

Inheritance
Implemented types
Available extensions

Constructors

pjmedia_rtcp_fb_cap()

Properties

address Pointer<T>

Available on T, provided by the StructAddress extension

The memory address of the underlying data.
no setter
codec_id pj_str_t
Specify the codecs to which the capability is applicable. Codec ID is using the same format as in pjmedia_codec_mgr_find_codecs_by_id() and pjmedia_vid_codec_mgr_find_codecs_by_id(), e.g: "L16/8000/1", "PCMU", "H264". This can also be an asterisk ("*") to represent all codecs.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
param pj_str_t
Specify the RTCP Feedback parameters. Feedback subtypes should be specified in this field, e.g:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type int
Specify the RTCP Feedback type.
getter/setter pair
type_name pj_str_t
Specify the type name if RTCP Feedback type is PJMEDIA_RTCP_FB_OTHER.
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