#include "AbstractAudioDecodeFilter.h"#include "AbstractAudioDecodeInputPin.h"#include "AbstractAudioDecodeOutputPin.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:

Classes | |
| struct | sFLACFormatBlock |
Defines | |
| #define | ABS_AUDIO_DEC_API __declspec(dllimport) |
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
}
|
|
|
Initial value: {
&MEDIATYPE_Audio,
&MEDIASUBTYPE_FLAC
}
|
|
|
Initial value: {
&MEDIATYPE_Audio,
&MEDIASUBTYPE_PCM
}
|
|
|
Initial value: {
{
L"FLAC Input",
FALSE,
FALSE,
FALSE,
FALSE,
NULL,
NULL,
1,
&FLACDecodeInputTypes
} ,
{
L"PCM Output",
FALSE,
TRUE,
FALSE,
FALSE,
NULL,
NULL,
1,
&FLACDecodeOutputTypes
}
}
|
1.3.9