View Source ExSDP.Attribute.SSRCGroup (ExSDP v0.11.0)
This module represents ssrc-group
RFC 5576 attribute.
Link to this section Summary
Types
Key that can be used for searching this attribute using ExSDP.Media.get_attribute/2
.
Link to this section Types
@type attr_key() :: :ssrc_group
Key that can be used for searching this attribute using ExSDP.Media.get_attribute/2
.
@type t() :: %ExSDP.Attribute.SSRCGroup{ semantics: binary(), ssrcs: [non_neg_integer()] }