* Retrieve saved native window format * @return format of native window */
| 147 | * @return format of native window |
| 148 | */ |
| 149 | int32_t CameraEngine::GetSavedNativeWinFormat(void) { |
| 150 | return savedNativeWinRes_.format; |
| 151 | } |
| 152 | |
| 153 | /** |
| 154 | * Save original NativeWindow Resolution |