Module Theora.Skeleton

module Skeleton: sig .. end

val fisbone : ?start_granule:Stdlib.Int64.t ->
?headers:(string * string) list ->
serialno:Stdlib.Nativeint.t -> info:Theora.info -> unit -> Ogg.Stream.packet

Generate a theora fisbone packet with these parameters, to use in an ogg skeleton. Default value for start_granule is Int64.zero, Default value for headers is "Content-type","video/theora"

See: http://xiph.org/ogg/doc/skeleton.html.