public void OnGetBuffer(bool show, int width, int height, int isVertical, int bkSize) { if (_client != null && !_fulling) { _client.OnBuffer(width, height, isVertical, bkSize); } }