RTSP.RTP.OnvifReplayExtension (RTSP v0.1.0)

View Source

A module describing onvif replay rtp header extension

Summary

Types

t()

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

Functions

decode(arg)

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