View Source ExOnvif.Media.OSD (ExOnvif v0.7.1)

OSD (On-Screen Display) specification.

Summary

Types

t()

@type t() :: %ExOnvif.Media.OSD{
  image: term(),
  position: term(),
  text_string: term(),
  token: term(),
  type: term(),
  video_source_configuration_token: term()
}

Functions

changeset(module, attrs)

encode(osd)

parse(doc)

to_struct(parsed)