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 (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


Function Documentation

DEFINE_GUID FORMAT_FLAC  ,
0x1cdc48ac  ,
0x4c24  ,
0x4b8b  ,
0x98  ,
0x2b  ,
0x70  ,
0x7  ,
0xa2  ,
0x9d  ,
0x83  ,
0xc4 
 

DEFINE_GUID CLSID_FLACDecodeFilter  ,
0x3376086c  ,
0xd6f9  ,
0x4ce4  ,
0x8b  ,
0x89  ,
0x33  ,
0xcd  ,
0x57  ,
0x1  ,
0x6  ,
0xb5 
 

DEFINE_GUID MEDIASUBTYPE_FLAC  ,
0x3913f0ab  ,
0xe7ed  ,
0x41c4  ,
0x97  ,
0x9b  ,
0x1d  ,
0x1f  ,
0xdd  ,
0x98  ,
0x3c  ,
0x7 
 


Variable Documentation

const REGFILTER2 FLACDecodeFilterReg
 

Initial value:

 {
                1,
                MERIT_NORMAL,
                2,
        FLACDecodePinReg
                
}

Definition at line 107 of file FLACdecoderdllstuff.h.

Referenced by DllRegisterServer().

const REGPINTYPES FLACDecodeInputTypes
 

Initial value:

 {
        &MEDIATYPE_Audio,
        &MEDIASUBTYPE_FLAC
}

Definition at line 74 of file FLACdecoderdllstuff.h.

const REGPINTYPES FLACDecodeOutputTypes
 

Initial value:

 {
    &MEDIATYPE_Audio,
        &MEDIASUBTYPE_PCM
}

Definition at line 69 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 78 of file FLACdecoderdllstuff.h.


Generated on Tue Feb 15 14:57:26 2005 for oggdsf by  doxygen 1.3.9