Uses of Class
de.humatic.dsj.rc.RendererControls

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

Uses of RendererControls in de.humatic.dsj
 

Methods in de.humatic.dsj that return RendererControls
 RendererControls DSFiltergraph.getRendererControls()
          Gets the RendererControls object for the renderer this Filtergraph has been constructed with.
 

Uses of RendererControls in de.humatic.dsj.rc
 

Subclasses of RendererControls in de.humatic.dsj.rc
 class D3D9Controls
          D3D9Controls provides "draw over video" functionality for dsj's D3D9 based JAWT renderer in RGB mode (default).
 class DirectDrawControls
          DirectDrawControls provides extended control over the native DirectDraw7 Renderer.
 class DSRendererControls
          DSRendererControls can be used to get rendering statistics from native video renderers.
 class EVRControls
          Provides additional control and image overlay functionality for the Enhanced Video Renderer (EVR).
 class J2DControls
          J2DControls provides access to application setable parameters of the Java Renderer.
 class VMRControls
          VMRControls provides access to application setable parameters of the VideoMixingRenderer9.
 

Methods in de.humatic.dsj.rc that return RendererControls
static RendererControls RendererControls.getControls(DSFiltergraph graph)