Kanzi  3.9.9
Kanzi Engine C++ API
surfaceClient.h File Reference

Kanzi surface client, native Android Surface Client implementation. More...

Typedefs

typedef struct KzSurfaceClient * KzSurfaceClientHandle
 

Functions

KzSurfaceClientHandle kzscCreateSurfaceClient ()
 
void kzscDestroySurfaceClient (KzSurfaceClientHandle surfaceClientHandler)
 
uint32_t kzscGetDisplayHeight ()
 
uint32_t kzscGetDisplayWidth ()
 
EGLNativeWindowType kzscGetNativeWindow (KzSurfaceClientHandle surfaceClientHandler)
 
void kzscSetSurfacePropertiesPosition (KzSurfaceClientHandle surfaceClientHandler, kzUint positionX, kzUint positionY)
 
void kzscSetSurfacePropertiesResolution (KzSurfaceClientHandle surfaceClientHandler, kzUint width, kzUint height)
 
void kzscSetSurfacePropertiesWindowOrder (KzSurfaceClientHandle surfaceClientHandler, kzUint windowOrder)
 
void kzscWindowNativeShow (KzSurfaceClientHandle surfaceClientHandler)
 

Detailed Description

Kanzi surface client, native Android Surface Client implementation.

Copyright 2008-2022 by Rightware. All rights reserved.

Typedef Documentation

typedef struct KzSurfaceClient* KzSurfaceClientHandle

Function Documentation

uint32_t kzscGetDisplayWidth ( )
uint32_t kzscGetDisplayHeight ( )
EGLNativeWindowType kzscGetNativeWindow ( KzSurfaceClientHandle  surfaceClientHandler)
void kzscSetSurfacePropertiesPosition ( KzSurfaceClientHandle  surfaceClientHandler,
kzUint  positionX,
kzUint  positionY 
)
void kzscSetSurfacePropertiesResolution ( KzSurfaceClientHandle  surfaceClientHandler,
kzUint  width,
kzUint  height 
)
void kzscSetSurfacePropertiesWindowOrder ( KzSurfaceClientHandle  surfaceClientHandler,
kzUint  windowOrder 
)
KzSurfaceClientHandle kzscCreateSurfaceClient ( )
void kzscDestroySurfaceClient ( KzSurfaceClientHandle  surfaceClientHandler)
void kzscWindowNativeShow ( KzSurfaceClientHandle  surfaceClientHandler)