コード例 #1
0
 void IBMDSwitcherMediaPoolCallback.FrameTotalForClipsChanged()
 {
     this._switcherMediaPoolEventArgs = new SwitcherMediaPoolEventArgs();
     this.SwitcherMediaPoolEventFrameTotalForClipsChanged?.Invoke(this, this._switcherMediaPoolEventArgs);
 }
コード例 #2
0
 void IBMDSwitcherMediaPoolCallback.ClipFrameMaxCountsChanged()
 {
     this._switcherMediaPoolEventArgs = new SwitcherMediaPoolEventArgs();
     this.SwitcherMediaPoolEventClipFrameMaxCountsChanged?.Invoke(this, this._switcherMediaPoolEventArgs);
 }