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

A module describing results from Onvif.Search.GetRecordingSearchResults.request/2.

Summary

Types

t()

@type t() :: %Onvif.Search.Schemas.FindRecordingResult{
  recording_information: term(),
  search_state: term()
}

Functions

parse(doc)

to_json(schema)

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

to_struct(parsed)

@spec to_struct(map()) :: {:error, Ecto.Changeset.t()} | {:ok, t()}