#include "CorePlayer.h"
#include "Playlist.h"
Go to the source code of this file.
§ INTERFACE_PLUGIN_BASE_VERSION
#define INTERFACE_PLUGIN_BASE_VERSION 0x1000 |
§ INTERFACE_PLUGIN_VERSION
§ interface_close_type
typedef void(* interface_close_type) () |
§ interface_init_type
typedef int(* interface_init_type) () |
§ interface_plugin
§ interface_plugin_info_type
§ interface_running_type
typedef int(* interface_running_type) () |
§ interface_start_type
typedef int(* interface_start_type) (Playlist *, int, char **) |
§ interface_stop_type
typedef int(* interface_stop_type) () |
§ interface_version_type