C# Class Appspotdemo.Mono.Droid.AppRTCDemoActivity.VideoCallbacks

Inheritance: Java.Lang.Object, VideoRenderer.ICallbacks
ファイルを表示 Open project: kenneththorman/appspotdemo-mono

Public Methods

Method Description
RenderFrame ( VideoRenderer frame ) : void
SetSize ( int width, int height ) : void
VideoCallbacks ( AppRTCDemoActivity outerInstance, VideoStreamsView view, VideoStreamsView stream ) : System.Collections.Generic

Method Details

RenderFrame() public method

public RenderFrame ( VideoRenderer frame ) : void
frame VideoRenderer
return void

SetSize() public method

public SetSize ( int width, int height ) : void
width int
height int
return void

VideoCallbacks() public method

public VideoCallbacks ( AppRTCDemoActivity outerInstance, VideoStreamsView view, VideoStreamsView stream ) : System.Collections.Generic
outerInstance AppRTCDemoActivity
view VideoStreamsView
stream VideoStreamsView
return System.Collections.Generic