Appspotdemo.Mono.Droid.VideoStreamsView.VideoStreamsView C# (CSharp) Method

VideoStreamsView() public method

public VideoStreamsView ( Android.Content.Context c, Android.Graphics.Point screenDimensions ) : System.Collections.Generic
c Android.Content.Context
screenDimensions Android.Graphics.Point
return System.Collections.Generic
        public VideoStreamsView(Context c, Point screenDimensions)
            : base(c)
        {
            this.screenDimensions = screenDimensions;
            PreserveEGLContextOnPause = true;
            SetEGLContextClientVersion(2);
            SetRenderer(this);
            RenderMode = Rendermode.WhenDirty;
        }