C# Class WindowsPhone.Conference.WebRTC.SharpDXRenderProvider

Inheritance: Game
Exibir arquivo Open project: QuickBlox/quickblox-dotnet-sdk Class Usage Examples

Public Methods

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

Protected Methods

Method Description
BeginRun ( ) : void
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void

Method Details

BeginRun() protected method

protected BeginRun ( ) : void
return void

BindRectangleToSurface() public method

public BindRectangleToSurface ( VideoBuffer frame, int width, int height ) : void
frame VideoBuffer
width int
height int
return void

Draw() protected method

protected Draw ( GameTime gameTime ) : void
gameTime GameTime
return void

Initialize() protected method

protected Initialize ( ) : void
return void

LoadContent() protected method

protected LoadContent ( ) : void
return void

Render() public method

public Render ( VideoBuffer videoBuffer ) : void
videoBuffer VideoBuffer
return void

SharpDXRenderProvider() public method

public SharpDXRenderProvider ( ) : System
return System

UnloadContent() protected method

protected UnloadContent ( ) : void
return void