xine-lib 1.2.11
Variables
guids.c File Reference
#include "guids.h"

Variables

const GUID CLSID_DivxDecompressorCF
 
const GUID IID_IDivxFilterInterface
 
const GUID CLSID_IV50_Decoder
 
const GUID IID_IBaseFilter
 
const GUID IID_IEnumPins
 
const GUID IID_IEnumMediaTypes
 
const GUID IID_IMemInputPin
 
const GUID IID_IMemAllocator
 
const GUID IID_IMediaSample
 
const GUID MEDIATYPE_Video
 
const GUID GUID_NULL
 
const GUID FORMAT_VideoInfo
 
const GUID MEDIASUBTYPE_RGB1
 
const GUID MEDIASUBTYPE_RGB4
 
const GUID MEDIASUBTYPE_RGB8
 
const GUID MEDIASUBTYPE_RGB565
 
const GUID MEDIASUBTYPE_RGB555
 
const GUID MEDIASUBTYPE_RGB24
 
const GUID MEDIASUBTYPE_RGB32
 
const GUID MEDIASUBTYPE_YUYV
 
const GUID MEDIASUBTYPE_IYUV
 
const GUID MEDIASUBTYPE_YVU9
 
const GUID MEDIASUBTYPE_Y411
 
const GUID MEDIASUBTYPE_Y41P
 
const GUID MEDIASUBTYPE_YUY2
 
const GUID MEDIASUBTYPE_YVYU
 
const GUID MEDIASUBTYPE_UYVY
 
const GUID MEDIASUBTYPE_Y211
 
const GUID MEDIASUBTYPE_YV12
 
const GUID MEDIASUBTYPE_I420
 
const GUID MEDIASUBTYPE_IF09
 
const GUID CLSID_MemoryAllocator
 
const GUID IID_DivxHidden
 
const GUID IID_Iv50Hidden
 
const GUID FORMAT_WaveFormatEx
 
const GUID MEDIATYPE_Audio
 
const GUID MEDIASUBTYPE_PCM
 

Variable Documentation

◆ CLSID_DivxDecompressorCF

const GUID CLSID_DivxDecompressorCF
Initial value:
={0x82CCd3E0, 0xF71A, 0x11D0,
{ 0x9f, 0xe5, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa}}

◆ CLSID_IV50_Decoder

const GUID CLSID_IV50_Decoder
Initial value:
={0x30355649, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

◆ CLSID_MemoryAllocator

const GUID CLSID_MemoryAllocator
Initial value:
={0x1e651cc0, 0xb199, 0x11d0,
{0x82, 0x12, 0x00, 0xc0, 0x4f, 0xc3, 0x2c, 0x45}}

Referenced by MemAllocator_CreateAllocator(), MemAllocator_Destroy(), and MemAllocatorCreate().

◆ FORMAT_VideoInfo

const GUID FORMAT_VideoInfo
Initial value:
={0x05589f80, 0xc356, 0x11ce,
{0xbf, 0x01, 0x00, 0xaa, 0x00, 0x55, 0x59, 0x5a}}

Referenced by DMO_VideoDecoder_Open(), and DS_VideoDecoder_Open().

◆ FORMAT_WaveFormatEx

const GUID FORMAT_WaveFormatEx
Initial value:
= {0x05589f81, 0xc356, 0x11CE,
{0xBF, 0x01, 0x00, 0xAA, 0x00, 0x55, 0x59, 0x5A}}

Referenced by DMO_AudioDecoder_Open(), and DS_AudioDecoder_Open().

◆ GUID_NULL

const GUID GUID_NULL
Initial value:
={0x0, 0x0, 0x0,
{0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0, 0x0}}

◆ IID_DivxHidden

const GUID IID_DivxHidden
Initial value:
={0x598eba01, 0xb49a, 0x11d2,
{0xa1, 0xc1, 0x00, 0x60, 0x97, 0x78, 0xaa, 0xaa}}

◆ IID_IBaseFilter

const GUID IID_IBaseFilter
Initial value:
={0x56a86895, 0x0ad4, 0x11ce,
{0xb0, 0x3a, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

Referenced by CBaseFilter2Create(), CBaseFilterCreate(), and DS_FilterCreate().

◆ IID_IDivxFilterInterface

const GUID IID_IDivxFilterInterface
Initial value:
={0xd132ee97, 0x3e38, 0x4030,
{0x8b, 0x17, 0x59, 0x16, 0x3b, 0x30, 0xa1, 0xf5}}

Referenced by DS_VideoDecoder_GetValue(), and DS_VideoDecoder_SetValue().

◆ IID_IEnumMediaTypes

const GUID IID_IEnumMediaTypes
Initial value:
={0x89c31040, 0x846b, 0x11ce,
{0x97, 0xd3, 0x00, 0xaa, 0x00, 0x55, 0x59, 0x5a}}

Referenced by CEnumMediaTypesCreate().

◆ IID_IEnumPins

const GUID IID_IEnumPins
Initial value:
={0x56a86892, 0x0ad4, 0x11ce,
{0xb0, 0x3a, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

Referenced by CEnumPinsCreate().

◆ IID_IMediaSample

const GUID IID_IMediaSample
Initial value:
={0x56a8689a, 0x0ad4, 0x11ce,
{0xb0, 0x3a, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

Referenced by CMediaSample_QueryInterface().

◆ IID_IMemAllocator

const GUID IID_IMemAllocator
Initial value:
={0x56a8689c, 0x0ad4, 0x11ce,
{0xb0, 0x3a, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

Referenced by MemAllocatorCreate().

◆ IID_IMemInputPin

const GUID IID_IMemInputPin
Initial value:
={0x56a8689d, 0x0ad4, 0x11ce,
{0xb0, 0x3a, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

Referenced by COutputPin_M_QueryInterface(), COutputPin_QueryInterface(), and DS_FilterCreate().

◆ IID_Iv50Hidden

const GUID IID_Iv50Hidden
Initial value:
={0x665a4442, 0xd905, 0x11d0,
{0xa3, 0x0e, 0x44, 0x45, 0x53, 0x54, 0x00, 0x00}}

Referenced by DS_VideoDecoder_GetValue(), and DS_VideoDecoder_SetValue().

◆ MEDIASUBTYPE_I420

const GUID MEDIASUBTYPE_I420
Initial value:
={0x30323449, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_IF09

const GUID MEDIASUBTYPE_IF09
Initial value:
={0x39304649, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

◆ MEDIASUBTYPE_IYUV

const GUID MEDIASUBTYPE_IYUV
Initial value:
={0x56555949, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_PCM

const GUID MEDIASUBTYPE_PCM
Initial value:
= {0x00000001, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71}}

Referenced by DMO_AudioDecoder_Open(), and DS_AudioDecoder_Open().

◆ MEDIASUBTYPE_RGB1

const GUID MEDIASUBTYPE_RGB1
Initial value:
={0xe436eb78, 0x524f, 0x11ce,
{0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

◆ MEDIASUBTYPE_RGB24

const GUID MEDIASUBTYPE_RGB24
Initial value:
={0xe436eb7d, 0x524f, 0x11ce,
{0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

Referenced by DMO_VideoDecoder_Open(), DMO_VideoDecoder_SetDestFmt(), DS_VideoDecoder_Open(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_RGB32

const GUID MEDIASUBTYPE_RGB32
Initial value:
={0xe436eb7e, 0x524f, 0x11ce,
{0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_RGB4

const GUID MEDIASUBTYPE_RGB4
Initial value:
={0xe436eb79, 0x524f, 0x11ce,
{0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

◆ MEDIASUBTYPE_RGB555

const GUID MEDIASUBTYPE_RGB555
Initial value:
={0xe436eb7c, 0x524f, 0x11ce,
{0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_RGB565

const GUID MEDIASUBTYPE_RGB565
Initial value:
={0xe436eb7b, 0x524f, 0x11ce,
{0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_RGB8

const GUID MEDIASUBTYPE_RGB8
Initial value:
={0xe436eb7a, 0x524f, 0x11ce,
{0x9f, 0x53, 0x00, 0x20, 0xaf, 0x0b, 0xa7, 0x70}}

◆ MEDIASUBTYPE_UYVY

const GUID MEDIASUBTYPE_UYVY
Initial value:
={0x59565955, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_Y211

const GUID MEDIASUBTYPE_Y211
Initial value:
={0x31313259, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

◆ MEDIASUBTYPE_Y411

const GUID MEDIASUBTYPE_Y411
Initial value:
={0x31313459, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

◆ MEDIASUBTYPE_Y41P

const GUID MEDIASUBTYPE_Y41P
Initial value:
={0x50313459, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

◆ MEDIASUBTYPE_YUY2

const GUID MEDIASUBTYPE_YUY2
Initial value:
={0x32595559, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_YUYV

const GUID MEDIASUBTYPE_YUYV
Initial value:
={0x56595559, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

◆ MEDIASUBTYPE_YV12

const GUID MEDIASUBTYPE_YV12
Initial value:
={0x32315659, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_YVU9

const GUID MEDIASUBTYPE_YVU9
Initial value:
={0x39555659, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIASUBTYPE_YVYU

const GUID MEDIASUBTYPE_YVYU
Initial value:
={0x55595659, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

Referenced by DMO_VideoDecoder_SetDestFmt(), and DS_VideoDecoder_SetDestFmt().

◆ MEDIATYPE_Audio

const GUID MEDIATYPE_Audio
Initial value:
= {0x73647561, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xAA, 0x00, 0x38, 0x9B, 0x71}}

Referenced by DMO_AudioDecoder_Open(), and DS_AudioDecoder_Open().

◆ MEDIATYPE_Video

const GUID MEDIATYPE_Video
Initial value:
={0x73646976, 0x0000, 0x0010,
{0x80, 0x00, 0x00, 0xaa, 0x00, 0x38, 0x9b, 0x71}}

Referenced by DMO_VideoDecoder_Open(), and DS_VideoDecoder_Open().