Exemplo n.º 1
0
 /// <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);
 }
Exemplo n.º 2
0
 /// <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);
 }