View Source Onvif.Media.Ver10.Profile.AudioSourceConfiguration (Onvif v0.3.2)

Link to this section Summary

Link to this section Functions

Link to this function

changeset(module, attrs)

View Source
@spec to_json(%Onvif.Media.Ver10.Profile.AudioSourceConfiguration{
  name: term(),
  reference_token: term(),
  source_token: term(),
  use_count: term()
}) ::
  {:error,
   %{
     :__exception__ => any(),
     :__struct__ => Jason.EncodeError | Protocol.UndefinedError,
     optional(atom()) => any()
   }}
  | {:ok, binary()}