View Source Onvif.Media.Ver10.Media (Onvif v0.1.0)

Interface for making requests to the 1.0 version of Onvif Media Service

https://www.onvif.org/ver10/media/wsdl/media.wsdl

Link to this section Summary

Link to this section Functions

Link to this function

request(uri, args \\ [], auth \\ :xml_auth, operation)

View Source
@spec request(
  String.t(),
  list(),
  :basic_auth | :digest_auth | :no_auth | :xml_auth,
  module()
) ::
  {:ok, any()} | {:error, String.t()}