Y4m.Stream (y4m v0.3.5)
Link to this section Summary
Functions
Initialize a Stream of y4m frames. The file header is read immediately, but frames are evaluated on demand.
Link to this section Types
Link to this type
option()
@type option() :: :line
Link to this type
options()
@type options() :: [option()] | []
Link to this section Functions
Link to this function
init(file, opts)
@spec init(atom() | pid(), options()) :: {:error, atom()} | {%{}, Enumerable.t()}
Initialize a Stream of y4m frames. The file header is read immediately, but frames are evaluated on demand.