RTSP.RTP.OnvifReplayExtension (RTSP v0.4.0)

View Source

A module describing onvif replay rtp header extension

Summary

Functions

Decodes the rtp onvif extension header.

Types

t()

@type t() :: %RTSP.RTP.OnvifReplayExtension{
  discontinuity?: boolean(),
  keyframe?: boolean(),
  last_frame?: boolean(),
  timestamp: DateTime.t()
}

Functions

decode(arg)

@spec decode(header :: binary()) :: t()

Decodes the rtp onvif extension header.