Membrane Protocol SDP v0.1.1 Membrane.Protocol.SDP.Bandwidth View Source
This module represents bandwidth, field of SDP that denotes the proposed bandwidth to be used by the session or media.
For more details please see RFC4566 Section 5.8.
Link to this section Summary
Link to this section Types
Link to this type
t()
View Source
t()
View Source
t() :: %Membrane.Protocol.SDP.Bandwidth{
bandwidth: non_neg_integer(),
type: type()
}
t() :: %Membrane.Protocol.SDP.Bandwidth{ bandwidth: non_neg_integer(), type: type() }
Link to this type
type()
View Source
type()
View Source
type() :: :CT | :AS
type() :: :CT | :AS
Link to this section Functions
Link to this function