#include "AbstractTransformFilter.h"
#include "AbstractTransformInputPin.h"
#include "AbstractTransformOutputPin.h"
#include "VorbisDecodeInputPin.h"
#include "VorbisDecodeOutputPin.h"
#include "VorbisDecodeFilter.h"
Include dependency graph for vorbisdecoderdllstuff.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | sVorbisFormatBlock |
Defines | |
#define | LIBOOOGG_API __declspec(dllimport) |
Functions | |
DEFINE_GUID (CLSID_VorbisDecodeFilter, 0x5a1d945, 0xa794, 0x44ef, 0xb4, 0x1a, 0x2f, 0x85, 0x1a, 0x11, 0x71, 0x55) | |
DEFINE_GUID (MEDIASUBTYPE_Vorbis, 0x8a0566ac, 0x42b3, 0x4ad9, 0xac, 0xa3, 0x93, 0xb9, 0x6, 0xdd, 0xf9, 0x8a) | |
DEFINE_GUID (FORMAT_Vorbis, 0x44e04f43, 0x58b3, 0x4de1, 0x9b, 0xaa, 0x89, 0x1, 0xf8, 0x52, 0xda, 0xe4) | |
Variables | |
const REGPINTYPES | VorbisDecodeOutputTypes |
const REGPINTYPES | VorbisDecodeInputTypes |
const REGFILTERPINS | VorbisDecodePinReg [] |
const REGFILTER2 | VorbisDecodeFilterReg |
|
Definition at line 65 of file vorbisdecoderdllstuff.h. |
|
|
|
|
|
|
|
Initial value: { 1, MERIT_NORMAL, 2, VorbisDecodePinReg } Definition at line 120 of file vorbisdecoderdllstuff.h. Referenced by DllRegisterServer(). |
|
Initial value: { &MEDIATYPE_Audio, &MEDIASUBTYPE_Vorbis } Definition at line 86 of file vorbisdecoderdllstuff.h. |
|
Initial value: { &MEDIATYPE_Audio, &MEDIASUBTYPE_PCM } Definition at line 81 of file vorbisdecoderdllstuff.h. |
|
Initial value: { { L"Vorbis Input", FALSE, FALSE, FALSE, FALSE, NULL, NULL, 1, &VorbisDecodeInputTypes } , { L"PCM Output", FALSE, TRUE, FALSE, FALSE, NULL, NULL, 1, &VorbisDecodeOutputTypes } } Definition at line 91 of file vorbisdecoderdllstuff.h. |