package ogg

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
val fishead : ?presentation_numerator:Stdlib.Int64.t -> ?presentation_denominator:Stdlib.Int64.t -> ?basetime_numerator:Stdlib.Int64.t -> ?basetime_denominator:Stdlib.Int64.t -> ?utc:Stdlib.Int32.t -> unit -> Stream.packet

* Create an initial ogg skeleton packet ('fishead'), * to complete with data packet from the various codecs * in the stream ('fishbone'). * See: http://xiph.org/ogg/doc/skeleton.html.

val eos : unit -> Stream.packet

Create an end-of-stream packet for * an ogg skeleton logical stream