Example #1
0
 public IAsyncAction OnUpdateFrameFormatAsync(FrameFormat frameFormat)
 {
     return(RunOnUiThread(() => OnFrameFormatUpdate?.Invoke(frameFormat)));
 }
Example #2
0
 public void OnUpdateFrameFormat(FrameFormat frameFormat)
 {
     RunOnUiThread(() => OnFrameFormatUpdate?.Invoke(frameFormat));
 }