void IBMDSwitcherMediaPoolCallback.FrameTotalForClipsChanged()
 {
     this._switcherMediaPoolEventArgs = new SwitcherMediaPoolEventArgs();
     this.SwitcherMediaPoolEventFrameTotalForClipsChanged?.Invoke(this, this._switcherMediaPoolEventArgs);
 }
 void IBMDSwitcherMediaPoolCallback.ClipFrameMaxCountsChanged()
 {
     this._switcherMediaPoolEventArgs = new SwitcherMediaPoolEventArgs();
     this.SwitcherMediaPoolEventClipFrameMaxCountsChanged?.Invoke(this, this._switcherMediaPoolEventArgs);
 }