public override void GetNativeVideoSize(out int width, out int height, out int arWidth, out int arHeight)
 {
     _pVMRWindowlessControl.GetNativeVideoSize(out width, out height, out arWidth, out arHeight);
 }