FLACdecoderdllstuff.h File Reference

#include "AbstractTransformFilter.h"
#include "AbstractTransformInputPin.h"
#include "AbstractTransformOutputPin.h"
#include "FLACDecodeFilter.h"
#include "FLACDecodeInputPin.h"
#include "FLACDecodeOutputPin.h"

Include dependency graph for FLACdecoderdllstuff.h:

Include dependency graph

This graph shows which files directly or indirectly include this file:

Included by dependency graph

Go to the source code of this file.

Classes

struct  sFLACFormatBlock

Functions

 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_FLACDecodeFilter, 0x3376086c, 0xd6f9, 0x4ce4, 0x8b, 0x89, 0x33, 0xcd, 0x57, 0x1, 0x6, 0xb5)

Variables

const REGFILTER2 FLACDecodeFilterReg
const REGPINTYPES FLACDecodeInputTypes
const REGPINTYPES FLACDecodeOutputTypes
const REGFILTERPINS FLACDecodePinReg []


Function Documentation

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_FLACDecodeFilter  ,
0x3376086c  ,
0xd6f9  ,
0x4ce4  ,
0x8b  ,
0x89  ,
0x33  ,
0xcd  ,
0x57  ,
0x1  ,
0x6  ,
0xb5 
 


Variable Documentation

const REGFILTER2 FLACDecodeFilterReg
 

Initial value:

 {
                1,
                MERIT_NORMAL,
                2,
        FLACDecodePinReg
                
}

Definition at line 119 of file FLACdecoderdllstuff.h.

Referenced by DllRegisterServer().

const REGPINTYPES FLACDecodeInputTypes
 

Initial value:

 {
        &MEDIATYPE_OggPacketStream,
        &MEDIASUBTYPE_None
}

Definition at line 86 of file FLACdecoderdllstuff.h.

const REGPINTYPES FLACDecodeOutputTypes
 

Initial value:

 {
    &MEDIATYPE_Audio,
        &MEDIASUBTYPE_PCM
}

Definition at line 81 of file FLACdecoderdllstuff.h.

const REGFILTERPINS FLACDecodePinReg[]
 

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 90 of file FLACdecoderdllstuff.h.


Generated on Thu Feb 16 23:52:54 2006 for oggdsf by  doxygen 1.3.9