mirror of
https://gitee.com/shuto/customCamera.git
synced 2026-04-14 00:00:03 +08:00
Ajout d'un getter.
This commit is contained in:
@@ -176,4 +176,13 @@ public class ManagerCamera {
|
||||
}
|
||||
ManagerCamera.mCamera.setDisplayOrientation(result);
|
||||
}
|
||||
|
||||
/**
|
||||
* Get the value of currentCameraPosition.
|
||||
*
|
||||
* @return Integer.
|
||||
*/
|
||||
public static int getCurrentCameraPosition() {
|
||||
return ManagerCamera.currentCameraPosition;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user