Description | Hierarchy | Fields | Methods | Properties |
type mpglib_proto = record
mpglib prototype
r_libName: wString; |
r_refCount: int; |
r_module: hModule; |
r_initMP3: function(mp: PMPSTR): bool; cdecl; |
r_decodeMP3: function(mp: PMPSTR; inmemory: pointer; inmemsize: unsigned; outmemory: pointer; outmemsize: int; var done: int): int; cdecl; |
r_exitMP3: procedure(mp: PMPSTR); cdecl; |
r_libName: wString; |
r_refCount: int; |
r_module: hModule; |
r_initMP3: function(mp: PMPSTR): bool; cdecl; |
r_decodeMP3: function(mp: PMPSTR; inmemory: pointer; inmemsize: unsigned; outmemory: pointer; outmemsize: int; var done: int): int; cdecl; |
r_exitMP3: procedure(mp: PMPSTR); cdecl; |
(c) 2012 Lake of Soft