C# Class Protogame.DirectShowCameraSensor

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

Méthodes publiques

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

Method Details

GetAvailableCameras() public méthode

public GetAvailableCameras ( ) : List
Résultat List

Render() public méthode

public Render ( IGameContext gameContext, IRenderContext renderContext ) : void
gameContext IGameContext
renderContext IRenderContext
Résultat void

Update() public méthode

public Update ( IGameContext gameContext, IUpdateContext updateContext ) : void
gameContext IGameContext
updateContext IUpdateContext
Résultat void