View Source Onvif.Search.Schemas.FindRecordingResult (Onvif v0.6.0)
A module describing results from Onvif.Search.GetRecordingSearchResults.request/2
.
Summary
Types
Functions
@spec to_json(t()) :: {:error, Jason.EncodeError.t() | Exception.t()} | {:ok, binary()}
@spec to_struct(map()) :: {:error, Ecto.Changeset.t()} | {:ok, t()}