View Source Onvif.Search.Schemas.FindRecordings (Onvif v0.6.0)

Module describing the FindRecordings schema.

Summary

Types

t()

@type t() :: %Onvif.Search.Schemas.FindRecordings{
  keep_alive_time: term(),
  max_matches: term(),
  scope: term()
}

Functions

changeset(module, attrs)

to_json(schema)

@spec to_json(t()) ::
  {:error, Jason.EncodeError.t() | Exception.t()} | {:ok, binary()}

to_struct(parsed)

to_xml(schema)