Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <VDPAU.h>
Public Member Functions | |
void | Release () |
VDPAU_procs & | GetProcs () |
VdpDevice | GetDevice () |
bool | Supports (VdpVideoMixerFeature feature) |
VdpVideoMixerFeature * | GetFeatures () |
int | GetFeatureCount () |
Static Public Member Functions | |
static bool | EnsureContext (CVDPAUContext **ctx) |
|
static |
VdpDevice CVDPAUContext::GetDevice | ( | ) |
int CVDPAUContext::GetFeatureCount | ( | ) |
VdpVideoMixerFeature * CVDPAUContext::GetFeatures | ( | ) |
VDPAU_procs & CVDPAUContext::GetProcs | ( | ) |
void CVDPAUContext::Release | ( | ) |
bool CVDPAUContext::Supports | ( | VdpVideoMixerFeature | feature | ) |