View Source ExOnvif.Replay.ServiceCapabilities (ExOnvif v0.7.1)

Schema describing the capabilities of the Replay service.

Summary

Types

t()

@type t() :: %ExOnvif.Replay.ServiceCapabilities{
  reverse_playback: term(),
  rtp_rtsp_tcp: term(),
  rtsp_web_socket_uri: term(),
  session_timeout_range: term()
}

Functions

changeset(struct, params)

parse(doc)

to_struct(parsed)