Membrane RTP plugin v0.4.0-alpha Membrane.RTP.Header.Extension 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.RTP.Header.Extension{
  header_extension: binary(),
  profile_specific: binary()
}