Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
CryptoAlgo Inc daad8a087a Add source files 4 years ago
..
alloclib Add source files 4 years ago
ap Add source files 4 years ago
core Add source files 4 years ago
inc Add source files 4 years ago
mixer Add source files 4 years ago
rndless Add source files 4 years ago
rndlessplayer Add source files 4 years ago
video Add source files 4 years ago
vmrplyer Add source files 4 years ago
vpm Add source files 4 years ago
wm Add source files 4 years ago
dirs Add source files 4 years ago
readme.txt Add source files 4 years ago

readme.txt

Notes on the contents of this directory


core The Core Renderer a COM object that can operate
independent of DShow.

ap This is the default Allocator - Presenter, a COM object.
DShow applications can replace this object with
their own implementation of an Allocator - Presenter if they
want to do special application specific allocation or
presentation.

wm This is the default Window Manager, a COM object.
DShow applications can replace this object with own
implementation of a Window Manager if they want to do special
application specific containment of the Video being played back.

video This is the DShow Video Mixing Renderer. It is a DShow filter
based on the DShow base classes. Note that it does not derive
from the DShow base Renderer classes. This filter consists of
the necessay "glue" to construct a DShow Renderer out of the
above components.

mixer This directory implements the mixing component of the new DShow
Video Mixing Renderer.