Available in LEADTOOLS Multimedia toolkits. |
ILMACallback Interface
Interface Properties:
Type |
Property name |
Description |
IUnknown |
CallbackObj2 |
(Write-only) Sets the callback object pointer. If not NULL, the CallbackProc method of this interface will be called with every audio buffer. Set to NULL (or to "Nothing" in VB) if you do not wish to receive notifications anymore. (For example, before you delete (release) the callback object interface). There are two types of callbacks you can set: VB 6.0 or earlier users should use a ILMAUserCallback interface, while C# and VB.NET users should use a ILMAUserCallback2 interface. C/C++ users can use either interface. |