Ivf.Props (ivf v0.2.0)
Properties of an Ivf video. Use Ivf.Props.new(keyword())
.
Link to this section Summary
Link to this section Functions
Link to this function
new(opts)
@spec new( codec: binary(), frame_count: pos_integer(), height: pos_integer(), time_base: {pos_integer(), pos_integer()}, width: pos_integer() ) :: %Ivf.Props{ codec: term(), frame_count: term(), height: term(), time_base: term(), width: term() }