View Source ExOnvif.Media.Profile.VideoSourceConfiguration (ExOnvif v0.7.1)

Optional configuration of the Video input.

Summary

Types

t()

@type t() :: %ExOnvif.Media.Profile.VideoSourceConfiguration{
  bounds: term(),
  extension: term(),
  name: term(),
  reference_token: term(),
  source_token: term(),
  use_count: term(),
  view_mode: term()
}

Functions

changeset(module, attrs)

parse(doc)

to_struct(parsed)