Module Ogg.Skeleton


module Skeleton: sig .. end

val fishead : ?presentation_numerator:Int64.t ->
?presentation_denominator:Int64.t ->
?basetime_numerator:Int64.t ->
?basetime_denominator:Int64.t -> ?utc: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