react-native-camera_edit/windows/ReactNativeCameraCPP/CameraRotationHelper.idl
2025-07-09 11:33:00 +09: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;
}
}