View Source Onvif.Media.Ver10.Schemas.Profile.AudioSourceConfiguration (Onvif v0.5.0)

AudioSourceConfiguration schema for Media Ver10

Summary

Types

t()

@type t() :: %Onvif.Media.Ver10.Schemas.Profile.AudioSourceConfiguration{
  name: term(),
  reference_token: term(),
  source_token: term(),
  use_count: term()
}

Functions

changeset(module, attrs)

parse(doc)

to_json(schema)

@spec to_json(t()) ::
  {:error,
   %{
     :__exception__ => any(),
     :__struct__ => Jason.EncodeError | Protocol.UndefinedError,
     optional(atom()) => any()
   }}
  | {:ok, binary()}

to_struct(parsed)