C# Class Protogame.DirectShowCameraSensor

An implementation of ICameraSensor which uses DirectShow to provide access to camera devices on Windows.
Inheritance: ICameraSensor
Mostra file Open project: RedpointGames/Protogame

Public Methods

Method Description
GetAvailableCameras ( ) : List
Render ( IGameContext gameContext, IRenderContext renderContext ) : void
Update ( IGameContext gameContext, IUpdateContext updateContext ) : void

Method Details

GetAvailableCameras() public method

public GetAvailableCameras ( ) : List
return List

Render() public method

public Render ( IGameContext gameContext, IRenderContext renderContext ) : void
gameContext IGameContext
renderContext IRenderContext
return void

Update() public method

public Update ( IGameContext gameContext, IUpdateContext updateContext ) : void
gameContext IGameContext
updateContext IUpdateContext
return void