Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <string>
Functions | |
bool | Cocoa_CVDisplayLinkCreate (void *displayLinkcallback, void *displayLinkContext) |
void | Cocoa_CVDisplayLinkRelease (void) |
void | Cocoa_CVDisplayLinkUpdate (void) |
void | Cocoa_DoAppleScript (const char *scriptSource) |
void | Cocoa_DoAppleScriptFile (const char *filePath) |
char * | Cocoa_MountPoint2DeviceName (char *path) |
bool | Cocoa_GetVolumeNameFromMountPoint (const std::string &mountPoint, std::string &volumeName) |
const char * | Cocoa_Paste () |
void Cocoa_DoAppleScript | ( | const char * | scriptSource | ) |
void Cocoa_DoAppleScriptFile | ( | const char * | filePath | ) |
bool Cocoa_GetVolumeNameFromMountPoint | ( | const std::string & | mountPoint, |
std::string & | volumeName ) |
char * Cocoa_MountPoint2DeviceName | ( | char * | path | ) |
const char * Cocoa_Paste | ( | ) |