ChatterBox.Client.Win8dot1.Voip.VideoRenderHelper.ResolutionChanged C# (CSharp) Method

ResolutionChanged() public method

public ResolutionChanged ( uint width, uint height ) : void
width uint
height uint
return void
        public void ResolutionChanged(uint width, uint height)
        {
            RenderFormatUpdate?.Invoke(0, width, height, 0);
        }
        public void UpdateForegroundProcessId(uint foregroundProcessId)