#include <AOut.h>
Public Methods | |
AOut () | |
The default constructor. | |
virtual | ~AOut () |
The default constructor. | |
Static Public Methods | |
void | config (HWND hwndParent) |
The plugin config handler. More... | |
void | about (HWND hwndParent) |
The plugin about handler. More... | |
void | init () |
The plugin init handler. | |
void | quit () |
The plugin quit handler. | |
int | open (int samplerate, int numchannels, int bitspersamp, int bufferlenms, int prebufferms) |
The plugin open handler. | |
void | close () |
The plugin close handler. | |
int | write (char *buf, int len) |
The plugin write handler. | |
int | canwrite () |
The plugin canwrite handler. | |
int | isplaying () |
The plugin isplaying handler. | |
int | pause (int pause) |
The plugin pause handler. | |
void | setvolume (int volume) |
The plugin setvolume handler. | |
void | setpan (int pan) |
The plugin setpan handler. | |
void | flush (int t) |
The plugin flush handler. | |
int | getoutputtime () |
The plugin getoutputtime handler. | |
int | getwrittentime () |
The plugin getwrittentime handler. | |
Out_Module * | GetOutModule () |
The plugin structure retrieval, called by Winamp after loading the DLL (see winampGetOutModule()). | |
HINSTANCE | GetInstance () |
The (thread?) instance which the DLL is run in. More... | |
const char * | GetVersion () |
The global function used to retrieve the version of this plugin (ie x.y.z). | |
bool | GetLameVersion (BE_VERSION *ver) |
The global function used to retrieve the information about the Lame DLL in use. | |
int | MyMessageBox (const char *the_output, const UINT the_type, const HWND the_parent=NULL) |
The global entry point to output messages to the user. | |
const ALameDLL & | LameDLL () |
Return a non modifiable version of the Lame DLL object. |
Definition at line 51 of file AOut.h.
|
The (thread?) instance which the DLL is run in.
Definition at line 139 of file AOut.h. Referenced by AEncodeProperties::HandleDialogCommand(), AEncodeProperties::SaveParams(), and open().
|
|
The plugin about handler.
|
|
The plugin config handler.
|