Ejemplo n.º 1
0
        public Boolean RegisterPipEventListener(IRegisterPipEventListener _iIRegisterPipEventListener)
        {
            _mIRegisterPipEventListener = _iIRegisterPipEventListener;
            _mOnPipLocationChanged      = OnPipLocationChangedDelegate;

            Boolean ret = VidyoLocalRendererRegisterPipEventListenerNative(objPtr, _mOnPipLocationChanged);

            return(ret);
        }
Ejemplo n.º 2
0
 private static extern Boolean VidyoLocalRendererRegisterPipEventListenerNative(IntPtr r, OnPipLocationChanged onPipLocationChanged);