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() :: %Membrane.Protocol.SDP.Bandwidth{
  bandwidth: non_neg_integer(),
  type: type()
}

Link to this type

type() View Source
type() :: :CT | :AS

Link to this section Functions

Link to this function

parse(bandwidth) View Source
parse(binary()) :: {:error, :invalid_bandwidth} | {:ok, t()}