C# Class WindowsPhone.Conference.WebRTC.Direct3DRenderProvider

Inheritance: FM.IceLink.WebRTC.VideoRenderProvider
显示文件 Open project: QuickBlox/quickblox-dotnet-sdk

Public Methods

Method Description
Destroy ( ) : void
Direct3DRenderProvider ( ) : System
GetControl ( ) : object
Initialize ( VideoRenderInitializeArgs renderArgs ) : void
Render ( VideoBuffer frame ) : void
Rotate ( int rotate ) : void

Private Methods

Method Description
RunOnUIThread ( Action action ) : void

Method Details

Destroy() public method

public Destroy ( ) : void
return void

Direct3DRenderProvider() public method

public Direct3DRenderProvider ( ) : System
return System

GetControl() public method

public GetControl ( ) : object
return object

Initialize() public method

public Initialize ( VideoRenderInitializeArgs renderArgs ) : void
renderArgs VideoRenderInitializeArgs
return void

Render() public method

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

Rotate() public method

public Rotate ( int rotate ) : void
rotate int
return void