C# 클래스 WindowsPhone.Conference.WebRTC.SharpDXRenderProvider

상속: Game
파일 보기 프로젝트 열기: QuickBlox/quickblox-dotnet-sdk 1 사용 예제들

공개 메소드들

메소드 설명
BindRectangleToSurface ( VideoBuffer frame, int width, int height ) : void
Render ( VideoBuffer videoBuffer ) : void
SharpDXRenderProvider ( ) : System

보호된 메소드들

메소드 설명
BeginRun ( ) : void
Draw ( GameTime gameTime ) : void
Initialize ( ) : void
LoadContent ( ) : void
UnloadContent ( ) : void

메소드 상세

BeginRun() 보호된 메소드

protected BeginRun ( ) : void
리턴 void

BindRectangleToSurface() 공개 메소드

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

Draw() 보호된 메소드

protected Draw ( GameTime gameTime ) : void
gameTime GameTime
리턴 void

Initialize() 보호된 메소드

protected Initialize ( ) : void
리턴 void

LoadContent() 보호된 메소드

protected LoadContent ( ) : void
리턴 void

Render() 공개 메소드

public Render ( VideoBuffer videoBuffer ) : void
videoBuffer VideoBuffer
리턴 void

SharpDXRenderProvider() 공개 메소드

public SharpDXRenderProvider ( ) : System
리턴 System

UnloadContent() 보호된 메소드

protected UnloadContent ( ) : void
리턴 void