Expand description
Bindings for ANativeWindow
Structs§
- Native
Window - It is the C counterpart of the
android.view.Surface
object in Java, and can be converted both ways. Depending on the consumer, images submitted toNativeWindow
can be shown on the display or sent to other consumers, such as video encoders. - Native
Window Buffer Lock Guard - Lock holding the next drawing surface for writing. It is unlocked and posted on
drop()
. - Native
Window Transform - Transforms that can be applied to buffers as they are displayed to a window.
Enums§
- Change
Frame Rate Strategy nativewindow
andapi-level-31
- Change frame rate strategy value for
NativeWindow::set_frame_rate_with_change_strategy()
. - Frame
Rate Compatibility nativewindow
andapi-level-30
- Compatibility value for
NativeWindow::set_frame_rate()
andNativeWindow::set_frame_rate_with_change_strategy()
.