#include "AbstractTransformFilter.h"#include "AbstractTransformInputPin.h"#include "AbstractTransformOutputPin.h"#include "VorbisDecodeInputPin.h"#include "VorbisDecodeOutputPin.h"#include "VorbisDecodeFilter.h"#include "libilliCore/iLE_Math.h"#include "libOOOgg/OggPacket.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 (IID_IOggOutputPin, 0x83d7f506, 0x53ed, 0x4f15, 0xb6, 0xd8, 0x7d, 0x8e, 0x9e, 0x72, 0xa9, 0x18) | |
| DEFINE_GUID (IID_IOggDecoder, 0x43f0f818, 0x10b0, 0x4c86, 0xb9, 0xf1, 0xf6, 0xb6, 0xe2, 0xd3, 0x34, 0x62) | |
| DEFINE_GUID (FORMAT_OggIdentHeader, 0x95388704, 0x162c, 0x42a9, 0x81, 0x49, 0xc3, 0x57, 0x7c, 0x12, 0xaa, 0xf9) | |
| DEFINE_GUID (MEDIATYPE_OggPacketStream, 0x60891713, 0xc24f, 0x4767, 0xb6, 0xc9, 0x6c, 0xa0, 0x5b, 0x33, 0x38, 0xfc) | |
| DEFINE_GUID (CLSID_VorbisDecodeFilter, 0x5a1d945, 0xa794, 0x44ef, 0xb4, 0x1a, 0x2f, 0x85, 0x1a, 0x11, 0x71, 0x55) | |
Variables | |
| const REGFILTER2 | VorbisDecodeFilterReg |
| const REGPINTYPES | VorbisDecodeInputTypes |
| const REGPINTYPES | VorbisDecodeOutputTypes |
| const REGFILTERPINS | VorbisDecodePinReg [] |
|
|
Definition at line 58 of file vorbisdecoderdllstuff.h. |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
||||||||||||||||||||||||||||||||||||||||||||||||||||
|
|
|
|
Initial value: {
1,
MERIT_NORMAL,
2,
VorbisDecodePinReg
}
Definition at line 130 of file vorbisdecoderdllstuff.h. Referenced by DllRegisterServer(). |
|
|
Initial value: {
&MEDIATYPE_OggPacketStream,
&MEDIASUBTYPE_None
}
Definition at line 96 of file vorbisdecoderdllstuff.h. |
|
|
Initial value: {
&MEDIATYPE_Audio,
&MEDIASUBTYPE_PCM
}
Definition at line 91 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 101 of file vorbisdecoderdllstuff.h. |
1.3.9