pjmedia_codec_param class final

Detailed codec attributes used in configuring a codec and in querying the capability of codec factories. Default attributes of any codecs could be queried using #pjmedia_codec_mgr_get_default_param() and modified using #pjmedia_codec_mgr_set_default_param().

Please note that codec parameter also contains SDP specific setting, #dec_fmtp and #enc_fmtp, which may need to be set appropriately based on the effective setting. See each codec documentation for more detail.

Inheritance

Constructors

pjmedia_codec_param.new()

Properties

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