react-native-camera/windows/ReactNativeCameraCPP/CameraRotationHelper.idl
2020-03-09 10:53:26 -07:00

15 lines
579 B
Plaintext

namespace ReactNativeCameraCPP
{
[default_interface]
runtimeclass CameraRotationHelper
{
CameraRotationHelper(Windows.Devices.Enumeration.EnclosureLocation location);
Windows.Devices.Sensors.SimpleOrientation GetCameraCaptureOrientation();
Windows.Devices.Sensors.SimpleOrientation GetCameraPreviewOrientation();
Windows.Storage.FileProperties.PhotoOrientation GetConvertedCameraCaptureOrientation();
Int32 GetCameraPreviewClockwiseDegrees();
event Windows.Foundation.EventHandler<Boolean> OrientationChanged;
}
}