Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
val encode_page : t -> Ogg.Stream.stream -> (unit -> float array) -> Ogg.Page.t
val encode_page_stereo :
t ->
Ogg.Stream.stream ->
(unit -> float array array) ->
Ogg.Page.t
val encode_page_int :
t ->
Ogg.Stream.stream ->
(unit -> int array) ->
Ogg.Page.t
val encode_page_int_stereo :
t ->
Ogg.Stream.stream ->
(unit -> int array array) ->
Ogg.Page.t
val eos : t -> Ogg.Stream.stream -> unit