View Source ExOnvif.Search.RecordingInformation (ExOnvif v0.7.1)

A module describing recording information.

Summary

Types

t()

@type t() :: %ExOnvif.Search.RecordingInformation{
  content: term(),
  earliest_recording: term(),
  latest_recording: term(),
  recording_status: term(),
  recording_token: term(),
  source: term(),
  tracks: term()
}

Functions

changeset(module, attrs)

parse(docs)

to_json(schema)

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

to_struct(parsed)