Beispiel #1
0
        public Boolean RegisterPipEventListener(IRegisterPipEventListener _iIRegisterPipEventListener)
        {
            _mIRegisterPipEventListener = _iIRegisterPipEventListener;
            _mOnPipLocationChanged      = OnPipLocationChangedDelegate;

            Boolean ret = VidyoLocalRendererRegisterPipEventListenerNative(objPtr, _mOnPipLocationChanged);

            return(ret);
        }
Beispiel #2
0
 private static extern Boolean VidyoLocalRendererRegisterPipEventListenerNative(IntPtr r, OnPipLocationChanged onPipLocationChanged);