#include <streams.h>
#include <pullpin.h>
#include <initguid.h>
Include dependency graph for theoraencoderdllstuff.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | sTheoraFormatBlock |
Defines | |
#define | LIBOOOGG_API __declspec(dllimport) |
Functions | |
DEFINE_GUID (CLSID_PropsTheoraEncoder, 0x121ea765, 0x6d3f, 0x4519, 0x96, 0x86, 0xa0, 0xba, 0x6e, 0x52, 0x81, 0xa2) | |
DEFINE_GUID (IID_ITheoraEncodeSettings, 0x4f063b3a, 0xb397, 0x4c22, 0xaf, 0xf4, 0x2f, 0x8d, 0xb9, 0x6d, 0x29, 0x2a) | |
DEFINE_GUID (CLSID_TheoraEncodeFilter, 0x5c769985, 0xc3e1, 0x4f95, 0xbe, 0xe7, 0x11, 0x1, 0xc4, 0x65, 0xf5, 0xfc) | |
DEFINE_GUID (MEDIASUBTYPE_Theora, 0xd124b2b1, 0x8968, 0x4ae8, 0xb2, 0x88, 0xfe, 0x16, 0xea, 0x34, 0xb0, 0xce) | |
DEFINE_GUID (FORMAT_Theora, 0xa99f116c, 0xdffa, 0x412c, 0x95, 0xde, 0x72, 0x5f, 0x99, 0x87, 0x48, 0x26) | |
Variables | |
const REGPINTYPES | TheoraEncodeInputTypes |
const REGPINTYPES | TheoraEncodeOutputTypes |
const REGFILTERPINS | TheoraEncodePinReg [] |
const REGFILTER2 | TheoraEncodeFilterReg |
|
Definition at line 45 of file theoraencoderdllstuff.h. |
|
|
|
|
|
|
|
|
|
|
|
Initial value: { 1, MERIT_DO_NOT_USE, 2, TheoraEncodePinReg } Definition at line 109 of file theoraencoderdllstuff.h. Referenced by DllRegisterServer(). |
|
Initial value: { &MEDIATYPE_Video, &MEDIASUBTYPE_YV12 } Definition at line 68 of file theoraencoderdllstuff.h. |
|
Initial value: { &MEDIATYPE_Video, &MEDIASUBTYPE_Theora } Definition at line 75 of file theoraencoderdllstuff.h. |
|
Initial value: { { L"YV12 Input", FALSE, FALSE, FALSE, FALSE, NULL, NULL, 1, &TheoraEncodeInputTypes } , { L"Theora Output", FALSE, TRUE, FALSE, FALSE, NULL, NULL, 1, &TheoraEncodeOutputTypes } } Definition at line 80 of file theoraencoderdllstuff.h. |