Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
cVideoVP8.h
Go to the documentation of this file.
1
//
4
//
5
6
#ifndef _INC_cVideoVP8_H
7
#define _INC_cVideoVP8_H
8
#if _MSC_VER >= 1000
9
#pragma once
10
#endif
// _MSC_VER >= 1000
11
12
#include "
GrayCodec.h
"
13
14
#ifdef USE_VP8
15
16
#include "
GrayLib/include/Image/cImageBase.h
"
17
#include "
GrayLib/include/AV/cVideoCodec.h
"
18
19
namespace
GrayCodec
20
{
21
class
GRAYCODEC_LINK
cVideoVP8
22
{
27
public
:
28
cVideoVP8
(
void
);
29
~cVideoVP8
(
void
);
30
};
31
32
class
GRAYCODEC_LINK
cVideoVP8Enc
:
public
IVideoCompress
,
public
cVideoVP8
33
{
36
};
37
class
GRAYCODEC_LINK
cVideoVP8Dec
:
public
IVideoDecompress
,
public
cVideoVP8
38
{
40
};
41
};
42
43
#endif
44
#endif
GrayCodec.h
GRAYCODEC_LINK
#define GRAYCODEC_LINK
Definition:
GrayCodec.h:15
cImageBase.h
cVideoCodec.h
GrayCodec::cVideoVP8Dec
Definition:
cVideoVP8.h:38
GrayCodec::cVideoVP8Enc
Definition:
cVideoVP8.h:33
GrayCodec::cVideoVP8
Definition:
cVideoVP8.h:22
GrayCodec::cVideoVP8::~cVideoVP8
~cVideoVP8(void)
GrayCodec::cVideoVP8::cVideoVP8
cVideoVP8(void)
GrayCodec
lib jp2 opaque internal structure.
Definition:
GrayCodec.cpp:26
GrayLib::IVideoCompress
Definition:
cVideoCodec.h:25
GrayLib::IVideoDecompress
Definition:
cVideoCodec.h:45
GrayCodec
include
cVideoVP8.h
Generated on Tue Feb 2 2021 11:29:22 for Gray C++ Libraries by
1.9.1