package mpg123

  1. Overview
  2. Docs

Module Mpg123_c.Mpg123_c_generated_functionsSource

Sourceval mpg123_stub_1_mpg123_init : unit -> int
Sourceval mpg123_stub_2_mpg123_exit : unit -> unit
Sourceval mpg123_stub_3_mpg123_new : (_, _) CI.fatptr -> (_, _) CI.fatptr -> CI.voidp
Sourceval mpg123_stub_4_mpg123_delete : (_, _) CI.fatptr -> unit
Sourceval mpg123_stub_5_mpg123_plain_strerror : int -> CI.voidp
Sourceval mpg123_stub_6_mpg123_strerror : (_, _) CI.fatptr -> CI.voidp
Sourceval mpg123_stub_7_mpg123_errcode : (_, _) CI.fatptr -> int
Sourceval mpg123_stub_8_mpg123_decoders : unit -> CI.voidp
Sourceval mpg123_stub_9_mpg123_supported_decoders : unit -> CI.voidp
Sourceval mpg123_stub_10_mpg123_decoder : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int
Sourceval mpg123_stub_11_mpg123_current_decoder : (_, _) CI.fatptr -> CI.voidp
Sourceval mpg123_stub_12_mpg123_open : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int
Sourceval mpg123_stub_13_mpg123_close : (_, _) CI.fatptr -> int
Sourceval mpg123_stub_14_mpg123_read : (_, _) CI.fatptr -> (_, _) CI.fatptr -> int -> (_, _) CI.fatptr -> int
Sourceval mpg123_stub_15_mpg123_scan : (_, _) CI.fatptr -> int
Sourceval mpg123_stub_16_mpg123_meta_check : (_, _) CI.fatptr -> int
Sourceval mpg123_stub_17_mpg123_length : (_, _) CI.fatptr -> int
Sourceval mpg123_stub_18_mpg123_meta_free : (_, _) CI.fatptr -> unit
Sourceval mpg123_stub_19_mpg123_id3 : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int
Sourceval mpg123_stub_20_mpg123_getformat : (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> (_, _) CI.fatptr -> int
Sourceval mpg123_stub_21_mpg123_format_none : (_, _) CI.fatptr -> int
Sourceval mpg123_stub_22_mpg123_format : (_, _) CI.fatptr -> int -> int -> int -> int
Sourcetype 'a result = 'a
Sourcetype 'a return = 'a
Sourcetype 'a fn =
  1. | Returns : 'a CI.typ -> 'a return fn
  2. | Function : 'a CI.typ * 'b fn -> ('a -> 'b) fn
Sourceval map_result : ('a -> 'b) -> 'a -> 'b
Sourceval returning : 'a CI.typ -> 'a return fn
Sourceval (@->) : 'a CI.typ -> 'b fn -> ('a -> 'b) fn
Sourceval foreign : 'a 'b. string -> ('a -> 'b) fn -> 'a -> 'b
Sourceval foreign_value : 'a. string -> 'a Ctypes.typ -> 'a Ctypes.ptr
OCaml

Innovation. Community. Security.