/// <summary> /// Video/audio capture/render has started/stopped /// </summary> public virtual void OnMediaOperationsChanged(MediaOperations newOperations) { // Note, this call is called on some IPC thread - dispatch to the UI thread before doing anything else Debug.WriteLine("[BaseViewModel] OnMediaOperationsChanged. New operations = {0}", newOperations); }