Membrane Element: RTP v0.2.1 Membrane.Element.RTP.HeaderExtension View Source

Describes RTP Header Extension defined in RFC3550

 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|      defined by profile       |           length              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        header extension                       |
|                             ....                              |

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %Membrane.Element.RTP.HeaderExtension{
  header_extension: binary(),
  profile_specific: binary()
}