Ivf.Props (ivf v0.3.0)

Properties of an Ivf video. Use Ivf.Props.new(keyword()).

Link to this section Summary

Link to this section Types

@type t() :: %Ivf.Props{
  codec: term(),
  frame_count: term(),
  height: term(),
  time_base: term(),
  width: term()
}

Link to this section Functions

@spec new(
  codec: binary(),
  frame_count: pos_integer(),
  height: pos_integer(),
  time_base: {pos_integer(), pos_integer()},
  width: pos_integer()
) :: t()