* Retrieve saved native window height. * @return height of native window */
| 139 | * @return height of native window |
| 140 | */ |
| 141 | int32_t CameraEngine::GetSavedNativeWinHeight(void) { |
| 142 | return savedNativeWinRes_.height; |
| 143 | } |
| 144 | |
| 145 | /** |
| 146 | * Retrieve saved native window format |