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

#include <DDSImage.h>

Public Member Functions

 CDDSImage ()
 
 CDDSImage (unsigned int width, unsigned int height, XB_FMT format)
 
 ~CDDSImage ()
 
unsigned int GetWidth () const
 
unsigned int GetHeight () const
 
XB_FMT GetFormat () const
 
unsigned int GetSize () const
 
unsigned char * GetData () const
 
bool ReadFile (const std::string &file)
 

Constructor & Destructor Documentation

◆ CDDSImage() [1/2]

CDDSImage::CDDSImage ( )

◆ CDDSImage() [2/2]

CDDSImage::CDDSImage ( unsigned int width,
unsigned int height,
XB_FMT format )

◆ ~CDDSImage()

CDDSImage::~CDDSImage ( )

Member Function Documentation

◆ GetData()

unsigned char * CDDSImage::GetData ( ) const

◆ GetFormat()

XB_FMT CDDSImage::GetFormat ( ) const

◆ GetHeight()

unsigned int CDDSImage::GetHeight ( ) const

◆ GetSize()

unsigned int CDDSImage::GetSize ( ) const

◆ GetWidth()

unsigned int CDDSImage::GetWidth ( ) const

◆ ReadFile()

bool CDDSImage::ReadFile ( const std::string & file)

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