#include <cVideoCodec.h>
|
static const FOURCC | k_Form = ((DWORD)(BYTE)( 'D' ) | ((DWORD)(BYTE)( 'I' ) << 8) | ((DWORD)(BYTE)( 'B' ) << 16) | ((DWORD)(BYTE)( ' ' ) << 24 )) |
|
◆ cVideoCodecNull()
GrayLib::cVideoCodecNull::cVideoCodecNull |
( |
| ) |
|
|
inlinenoexcept |
◆ ~cVideoCodecNull()
virtual GrayLib::cVideoCodecNull::~cVideoCodecNull |
( |
| ) |
|
|
inlinevirtualnoexcept |
◆ CompFrame()
virtual HRESULT GrayLib::cVideoCodecNull::CompFrame |
( |
const cSurfaceBase & |
frame, |
|
|
OUT const void *& |
rpCompRet, |
|
|
OUT size_t & |
rnSizeRet, |
|
|
OUT bool & |
rbIsKey |
|
) |
| |
|
inlineoverridevirtual |
◆ CompStart()
◆ DecompFrame()
virtual HRESULT GrayLib::cVideoCodecNull::DecompFrame |
( |
const void * |
pCompData, |
|
|
size_t |
nSizeComp, |
|
|
cSurfaceBase & |
frame |
|
) |
| |
|
inlineoverridevirtual |
◆ DecompStart()
◆ k_Form
const FOURCC GrayLib::cVideoCodecNull::k_Form = ((DWORD)(BYTE)( 'D' ) | ((DWORD)(BYTE)( 'I' ) << 8) | ((DWORD)(BYTE)( 'B' ) << 16) | ((DWORD)(BYTE)( ' ' ) << 24 )) |
|
static |
The documentation for this class was generated from the following file: