Пример #1
0
 public void UpdatePreviewRotation(Rotation rotation)
 {
     mediaCapture?.SetPreviewRotation(rotation.ToVideoRotation());
 }