module Skeleton:sig
..end
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 -> Ogg.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 -> Ogg.Stream.packet
Create an end-of-stream packet for an ogg skeleton logical stream