Uses of Package
de.humatic.dsj.rc

Packages that use de.humatic.dsj.rc
de.humatic.dsj   
de.humatic.dsj.rc   
 

Classes in de.humatic.dsj.rc used by de.humatic.dsj
RendererControls
          Base class for all renderer control classes.
To construct instances of this class's sublasses call getRendererControls() on DSFiltergraph which will return the appropriate subclass according to the flags it has been set up with (or null if the rendering mode does not expose controls).
You then cast the returned instance to the appropriate subclass or use the superclass methods directly.
Renderers that can be controlled and allow for graphics overlays are.
- the DirectDraw renderer (DD7 / RENDER_NATIVE)
- the Java2D renderer (J2D / JAVA_AUTODRAW)
- the VideoMixingRenderer (VMR9 / VMR_EMBED)
The DSRendererControls subclass, while not really controlling anything, can be used to get statistics from the DirectShow video renderer filter in VMR7 and HEADLESS modes.
 

Classes in de.humatic.dsj.rc used by de.humatic.dsj.rc
DSRendererControls
          DSRendererControls can be used to get rendering statistics from native video renderers.
RendererControls
          Base class for all renderer control classes.
To construct instances of this class's sublasses call getRendererControls() on DSFiltergraph which will return the appropriate subclass according to the flags it has been set up with (or null if the rendering mode does not expose controls).
You then cast the returned instance to the appropriate subclass or use the superclass methods directly.
Renderers that can be controlled and allow for graphics overlays are.
- the DirectDraw renderer (DD7 / RENDER_NATIVE)
- the Java2D renderer (J2D / JAVA_AUTODRAW)
- the VideoMixingRenderer (VMR9 / VMR_EMBED)
The DSRendererControls subclass, while not really controlling anything, can be used to get statistics from the DirectShow video renderer filter in VMR7 and HEADLESS modes.