Ejemplo n.º 1
0
 void IBMDSwitcherCallback.PropertyChanged(_BMDSwitcherPropertyId propId)
 {
     // This sample ignores switcher property changes
 }
Ejemplo n.º 2
0
        void IBMDSwitcherCallback.PropertyChanged(_BMDSwitcherPropertyId propId)
        {
            switch (propId)
            {
                case (_BMDSwitcherPropertyId.bmdSwitcherPropertyIdDownConvertMode):
                    if (DownConvertModeChanged != null)
                        DownConvertModeChanged(this, null);
                    break;

                case (_BMDSwitcherPropertyId.bmdSwitcherPropertyIdProductName):
                    if (ProductNameChanged != null)
                        ProductNameChanged(this, null);
                    break;
                case (_BMDSwitcherPropertyId.bmdSwitcherPropertyIdVideoMode):
                    if (VideoModeChanged != null)
                        VideoModeChanged(this, null);
                    break;
            }
        }
Ejemplo n.º 3
0
 void IBMDSwitcherCallback.PropertyChanged(_BMDSwitcherPropertyId propId)
 {
     // This sample ignores switcher property changes
 }