View Source ExOnvif.Media2.VideoEncoderConfigurationOption (ExOnvif v0.7.1)

Available options for video encoder configuration

Summary

Types

t()

@type t() :: %ExOnvif.Media2.VideoEncoderConfigurationOption{
  bitrate_range: term(),
  constant_bit_rate_supported: term(),
  encoding: term(),
  frame_rates_supported: term(),
  gov_length_range: term(),
  guaranteed_frame_rate_supported: term(),
  max_anchor_frame_distance: term(),
  profiles_supported: term(),
  quality_range: term(),
  resolutions_available: term()
}

Functions

changeset(module, attrs)

parse(doc)

to_struct(parsed)