Figler.Schema.VideoPlayback (figler v0.1.0-beta.1)

Copy Markdown View Source

Generated Kiwi message module for VideoPlayback.

Summary

Types

t()

@type t() :: %Figler.Schema.VideoPlayback{
  autoplay: boolean() | nil,
  end_time_ms: non_neg_integer() | nil,
  media_loop: boolean() | nil,
  muted: boolean() | nil,
  show_controls: boolean() | nil,
  start_time_ms: non_neg_integer() | nil
}

Functions

decode(binary)

encode(struct)

transform_module()