Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
VDPAU::CInteropState Class Reference

#include <VdpauGL.h>

Public Member Functions

bool Init (void *device, void *procFunc, int64_t ident)
 
void Finish ()
 
InteropInfoGetInterop ()
 
bool NeedInit (void *device, void *procFunc, int64_t ident)
 

Protected Attributes

voidm_device = nullptr
 
voidm_procFunc = nullptr
 
int64_t m_ident = 0
 
InteropInfo m_interop
 

Member Function Documentation

◆ Finish()

void CInteropState::Finish ( )

◆ GetInterop()

InteropInfo & CInteropState::GetInterop ( )

◆ Init()

bool CInteropState::Init ( void * device,
void * procFunc,
int64_t ident )

◆ NeedInit()

bool CInteropState::NeedInit ( void * device,
void * procFunc,
int64_t ident )

Member Data Documentation

◆ m_device

void* VDPAU::CInteropState::m_device = nullptr
protected

◆ m_ident

int64_t VDPAU::CInteropState::m_ident = 0
protected

◆ m_interop

InteropInfo VDPAU::CInteropState::m_interop
protected

◆ m_procFunc

void* VDPAU::CInteropState::m_procFunc = nullptr
protected

The documentation for this class was generated from the following files: