C# Class WindowsPhone.Conference.WebRTC.SharpDXRenderProvider

Inheritance: Game
Afficher le fichier Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Méthodes publiques

Méthode Description
BindRectangleToSurface ( VideoBuffer frame, int width, int height ) : void
Render ( VideoBuffer videoBuffer ) : void
SharpDXRenderProvider ( ) : System

Méthodes protégées

Méthode Description
BeginRun ( ) : void
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void

Method Details

BeginRun() protected méthode

protected BeginRun ( ) : void
Résultat void

BindRectangleToSurface() public méthode

public BindRectangleToSurface ( VideoBuffer frame, int width, int height ) : void
frame VideoBuffer
width int
height int
Résultat void

Draw() protected méthode

protected Draw ( GameTime gameTime ) : void
gameTime GameTime
Résultat void

Initialize() protected méthode

protected Initialize ( ) : void
Résultat void

LoadContent() protected méthode

protected LoadContent ( ) : void
Résultat void

Render() public méthode

public Render ( VideoBuffer videoBuffer ) : void
videoBuffer VideoBuffer
Résultat void

SharpDXRenderProvider() public méthode

public SharpDXRenderProvider ( ) : System
Résultat System

UnloadContent() protected méthode

protected UnloadContent ( ) : void
Résultat void