Home Units Hierarchy Routines All identifiers

record mpglib_proto

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type mpglib_proto = record

Description

mpglib prototype

Overview

Fields

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;

Description

Fields

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


Generated by PasDoc 0.12.1 on 2012-10-09