package mm

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Writing AVI files.

val header : ?format:[> `YUV420 ] -> width:int -> height:int -> framerate:int -> ?channels:int -> ?samplerate:int -> ?vendor:string -> unit -> string

Generate a header for the AVI file.

module Chunk : sig ... end

Operations on chunks, which are blocks of (audio / video) data.