![]() |
LeechCraft
%{LEECHCRAFT_VERSION}
Modular cross-platform feature rich live environment.
|
Interface for plugins supporting searching for tracks. More...
#include "iaudiopile.h"
Public Member Functions | |
virtual | ~IAudioPile () |
virtual IPendingAudioSearch * | Search (const AudioSearchRequest &request)=0 |
Requests a search by the given request. More... | |
Interface for plugins supporting searching for tracks.
Plugins that support searching for audio tracks in huge loosely categorized audio collections like VKontakte should implement this interface.
Definition at line 167 of file iaudiopile.h.
|
inlinevirtual |
Definition at line 170 of file iaudiopile.h.
|
pure virtual |
Requests a search by the given request.
This function initiates a search by the given request and returns a handle that can be used to track the search result state. The handle owns itself and deletes itself after the results are available — see its documentation for details.
[in] | request | The structure describing the search request. |