Appspotdemo.Mono.Droid.AppRTCDemoActivity.VideoCallbacks.SetSize C# (CSharp) Method

SetSize() public method

public SetSize ( int width, int height ) : void
width int
height int
return void
            public void SetSize(int width, int height)
            {
                view.QueueEvent(() => view.setSize(stream, width, height));
            }
AppRTCDemoActivity.VideoCallbacks