ExSDP.Attribute.SSRC (ExSDP v0.7.0) View Source
This module represents ssrc (RFC 5576).
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
Specs
attr_key() :: :ssrc
Key that can be used for searching this attribute using ExSDP.Media.get_attribute/2.
Specs
t() :: %ExSDP.Attribute.SSRC{
attribute: binary(),
id: non_neg_integer(),
value: binary() | nil
}