View Source Onvif.Media.Ver10.Profile.VideoEncoderConfigurationOption (Onvif v0.3.4)

Optional configuration of the Video encoder.

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.VideoEncoderConfigurationOption{
  extension: term(),
  guranteed_frame_rate_supported: term(),
  h264: term(),
  jpeg: term(),
  mpeg4: term(),
  quality_range: term()
}) ::
  {:error,
   %{
     :__exception__ => any(),
     :__struct__ => Jason.EncodeError | Protocol.UndefinedError,
     optional(atom()) => any()
   }}
  | {:ok, binary()}