ChatterBox.Client.Universal.Background.Voip.VideoRenderHelper.UpdateForegroundProcessId C# (CSharp) Method

UpdateForegroundProcessId() public method

public UpdateForegroundProcessId ( uint foregroundProcessId ) : void
foregroundProcessId uint
return void
        public void UpdateForegroundProcessId(uint foregroundProcessId)
        {
            _renderer.UpdateForegroundProcessId(foregroundProcessId);
        }