cmmldecoderdllstuff.h File Reference

#include <streams.h>
#include <pullpin.h>
#include <initguid.h>
#include "CMMLDecoderIIDs.h"

Include dependency graph for cmmldecoderdllstuff.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  sCMMLFormatBlock

Functions

 DEFINE_GUID (MEDIASUBTYPE_SubtitleVMR9, 0x966d76b4, 0x7d2f, 0x4f01, 0xb8, 0x40, 0x94, 0xe4, 0x25, 0xd2, 0x21, 0x4f)
 DEFINE_GUID (FORMAT_CMML, 0x53696c76, 0x6961, 0x40b2, 0xb1, 0x36, 0x43, 0x6f, 0x6e, 0x72, 0x61, 0x64)
 DEFINE_GUID (MEDIASUBTYPE_CMML, 0x5a656e74, 0x6172, 0x6f26, 0xb7, 0x9c, 0xd6, 0x41, 0x6e, 0x64, 0x72, 0x82)
 DEFINE_GUID (CLSID_CMMLDecodeFilter, 0xbf1121d1, 0x8739, 0x45e1, 0xbc, 0xd8, 0x90, 0xb8, 0x28, 0xf6, 0x43, 0xab)

Variables

const REGPINTYPES CMMLDecodeOutputTypes
const REGPINTYPES CMMLDecodeInputTypes
const REGFILTERPINS CMMLDecodePinReg []
const REGFILTER2 CMMLDecodeFilterReg


Function Documentation

DEFINE_GUID CLSID_CMMLDecodeFilter  ,
0xbf1121d1  ,
0x8739  ,
0x45e1  ,
0xbc  ,
0xd8  ,
0x90  ,
0xb8  ,
0x28  ,
0xf6  ,
0x43  ,
0xab 
 

DEFINE_GUID MEDIASUBTYPE_CMML  ,
0x5a656e74  ,
0x6172  ,
0x6f26  ,
0xb7  ,
0x9c  ,
0xd6  ,
0x41  ,
0x6e  ,
0x64  ,
0x72  ,
0x82 
 

DEFINE_GUID FORMAT_CMML  ,
0x53696c76  ,
0x6961  ,
0x40b2  ,
0xb1  ,
0x36  ,
0x43  ,
0x6f  ,
0x6e  ,
0x72  ,
0x61  ,
0x64 
 

DEFINE_GUID MEDIASUBTYPE_SubtitleVMR9  ,
0x966d76b4  ,
0x7d2f  ,
0x4f01  ,
0xb8  ,
0x40  ,
0x94  ,
0xe4  ,
0x25  ,
0xd2  ,
0x21  ,
0x4f 
 


Variable Documentation

const REGFILTER2 CMMLDecodeFilterReg
 

Initial value:

 {
                1,
                MERIT_PREFERRED + 2,
                2,
        CMMLDecodePinReg
                
}

Definition at line 98 of file cmmldecoderdllstuff.h.

Referenced by DllRegisterServer().

const REGPINTYPES CMMLDecodeInputTypes
 

Initial value:

 {
        &MEDIATYPE_Text,
        &MEDIASUBTYPE_CMML
}

Definition at line 65 of file cmmldecoderdllstuff.h.

const REGPINTYPES CMMLDecodeOutputTypes
 

Initial value:

 {
    &MEDIATYPE_Text,
        &MEDIASUBTYPE_SubtitleVMR9
}

Definition at line 60 of file cmmldecoderdllstuff.h.

const REGFILTERPINS CMMLDecodePinReg[]
 

Initial value:

 {
        {
    L"CMML Input",                                              
        FALSE,                                                          
        FALSE,                                                          
        FALSE,                                                          
        FALSE,                                                          
        NULL,                                                           
        NULL,                                                           
        1,                                                                      
        &CMMLDecodeInputTypes                           
        } ,

        {
        L"Subtitle VMR9 Output",                        
        FALSE,                                                          
        TRUE,                                                           
        FALSE,                                                          
        FALSE,                                                          
        NULL,                                                           
        NULL,                                                           
        1,                                                                      
        &CMMLDecodeOutputTypes                          

        }
}

Definition at line 69 of file cmmldecoderdllstuff.h.


Generated on Tue Feb 15 14:54:37 2005 for oggdsf by  doxygen 1.3.9