View Source Onvif.Media.Ver10.Schemas.Profile.VideoEncoderConfigurationOption (Onvif v0.6.0)

Optional configuration of the Video encoder.

Summary

Types

t()

@type t() :: %Onvif.Media.Ver10.Schemas.Profile.VideoEncoderConfigurationOption{
  extension: term(),
  guranteed_frame_rate_supported: term(),
  h264: term(),
  jpeg: term(),
  mpeg4: term(),
  quality_range: 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)