#include "AbstractTransformFilter.h"
#include "AbstractTransformInputPin.h"
#include "AbstractTransformOutputPin.h"
#include "FLACDecodeFilter.h"
#include "FLACDecodeInputPin.h"
#include "FLACDecodeOutputPin.h"
Include dependency graph for FLACdecoderdllstuff.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | sFLACFormatBlock |
Functions | |
DEFINE_GUID (MEDIASUBTYPE_FLAC, 0x3913f0ab, 0xe7ed, 0x41c4, 0x97, 0x9b, 0x1d, 0x1f, 0xdd, 0x98, 0x3c, 0x7) | |
DEFINE_GUID (CLSID_FLACDecodeFilter, 0x3376086c, 0xd6f9, 0x4ce4, 0x8b, 0x89, 0x33, 0xcd, 0x57, 0x1, 0x6, 0xb5) | |
DEFINE_GUID (FORMAT_FLAC, 0x1cdc48ac, 0x4c24, 0x4b8b, 0x98, 0x2b, 0x70, 0x7, 0xa2, 0x9d, 0x83, 0xc4) | |
Variables | |
const REGPINTYPES | FLACDecodeOutputTypes |
const REGPINTYPES | FLACDecodeInputTypes |
const REGFILTERPINS | FLACDecodePinReg [] |
const REGFILTER2 | FLACDecodeFilterReg |
|
|
|
|
|
|
|
Initial value: { 1, MERIT_NORMAL, 2, FLACDecodePinReg } Definition at line 107 of file FLACdecoderdllstuff.h. Referenced by DllRegisterServer(). |
|
Initial value: { &MEDIATYPE_Audio, &MEDIASUBTYPE_FLAC } Definition at line 74 of file FLACdecoderdllstuff.h. |
|
Initial value: { &MEDIATYPE_Audio, &MEDIASUBTYPE_PCM } Definition at line 69 of file FLACdecoderdllstuff.h. |
|
Initial value: { { L"FLAC Input", FALSE, FALSE, FALSE, FALSE, NULL, NULL, 1, &FLACDecodeInputTypes } , { L"PCM Output", FALSE, TRUE, FALSE, FALSE, NULL, NULL, 1, &FLACDecodeOutputTypes } } Definition at line 78 of file FLACdecoderdllstuff.h. |