subtitledllstuff.h File Reference

#include <streams.h>
#include <initguid.h>

Include dependency graph for subtitledllstuff.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  sVorbisFormatBlock

Functions

 DEFINE_GUID (MEDIASUBTYPE_SubtitleVMR9, 0x966d76b4, 0x7d2f, 0x4f01, 0xb8, 0x40, 0x94, 0xe4, 0x25, 0xd2, 0x21, 0x4f)
 DEFINE_GUID (CLSID_SubtitleVMR9Filter, 0x5709e326, 0x1d8, 0x49ad, 0x9d, 0x8, 0xf8, 0x72, 0x31, 0x12, 0xd8, 0x2e)

Variables

const REGPINTYPES SubtitleVMR9OutputTypes
const REGPINTYPES SubtitleVMR9InputTypes
const REGFILTERPINS SubtitleVMR9PinReg []
const REGFILTER2 SubtitleVMR9FilterReg


Function Documentation

DEFINE_GUID CLSID_SubtitleVMR9Filter  ,
0x5709e326  ,
0x1d8  ,
0x49ad  ,
0x9d  ,
0x8  ,
0xf8  ,
0x72  ,
0x31  ,
0x12  ,
0xd8  ,
0x2e 
 

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


Variable Documentation

const REGFILTER2 SubtitleVMR9FilterReg
 

Initial value:

 {
                1,
                MERIT_PREFERRED + 2,
                2,
        SubtitleVMR9PinReg
                
}

Definition at line 83 of file subtitledllstuff.h.

Referenced by DllRegisterServer().

const REGPINTYPES SubtitleVMR9InputTypes
 

Initial value:

 {
        &MEDIATYPE_Text,
        &MEDIASUBTYPE_SubtitleVMR9
}

Definition at line 49 of file subtitledllstuff.h.

const REGPINTYPES SubtitleVMR9OutputTypes
 

Initial value:

 {
    &MEDIATYPE_Video,
        &MEDIASUBTYPE_YV12
}

Definition at line 44 of file subtitledllstuff.h.

const REGFILTERPINS SubtitleVMR9PinReg[]
 

Initial value:

 {
        {
    L"Subtitle Input",                                          
        FALSE,                                                          
        FALSE,                                                          
        FALSE,                                                          
        FALSE,                                                          
        NULL,                                                           
        NULL,                                                           
        1,                                                                      
        &SubtitleVMR9InputTypes                         
        } ,

        {
        L"Subtitle Output",                                             
        FALSE,                                                          
        TRUE,                                                           
        FALSE,                                                          
        FALSE,                                                          
        NULL,                                                           
        NULL,                                                           
        1,                                                                      
        &SubtitleVMR9OutputTypes                                        

        }
}

Definition at line 54 of file subtitledllstuff.h.


Generated on Tue Feb 15 14:59:11 2005 for oggdsf by  doxygen 1.3.9