package ogg
-
ogg.decoder
Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val fishead :
?presentation_numerator:Int64.t ->
?presentation_denominator:Int64.t ->
?basetime_numerator:Int64.t ->
?basetime_denominator:Int64.t ->
?utc: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