コード例 #1
0
 /// <summary>
 /// Stops rendering the remote video stream.
 /// </summary>
 public void DisableRemoteVideo()
 {
     NativeVideoInterop.DisableRemoteVideo(_nativeVideoHandle);
     _lookupDictionary.Remove(_nativeVideoHandle);
 }
コード例 #2
0
 /// <summary>
 /// Stops rendering the remote video stream.
 /// </summary>
 public void DisableRemoteVideo()
 {
     NativeVideoInterop.DisableRemoteVideo(_nativeVideoHandle);
 }