anbox-platform-sdk  1.22.0
Anbox Platform SDK API documentation
anbox Namespace Reference

Classes

class  AnboxProxy
 AnboxProxy provides a proxy layer which encapsulates callbacks that can be used by a platform to change Android system behaviors. E.g. change the screen orientation. The platform can invoke the callbacks which are provided by Anbox on demand when triggering an action or changing a behavior. More...
 
class  AudioProcessor
 AudioProcessor allows processing audio data from the Android container and perform audio processing like audio playback and recording according to different platforms. More...
 
class  CameraProcessor
 CameraProcessor allows a plugin to respond to the camera actions triggered from Anobx and post video frames to Android container after a camera is open up and display in camera preview for the picture taken ad video recording. More...
 
class  VhalConnector
 Connects a platform with the Android VHAL interface. The platform can invoke the callbacks which are provided by Anbox on demand when answering a request. More...
 
class  GpsProcessor
 GpsProcessor allows forwarding the gps data from platform plugin to Android container and process gps data which is in one of the following forms . GGA NEMA sentence . RMC NEMA sentence . GNSS NEMA sentence Please check http://www.gpsinformation.org/dale/nmea.htm out for more details about the above NEMA sentence. More...
 
class  GraphicsProcessor
 GraphicsProcessor allows integration with the graphics engine inside Anbox. More...
 
class  InputProcessor
 InputProcessor allows a plugin to propagate input events to Anbox which will forward them to the Android container and influence behavior of input device in Android. More...
 
class  Platform
 Platform defines the custom Anbox platform implemented by a plugin. More...
 
class  SensorProcessor
 SensorProcessor allows processing sensor events from the Android container and perform sensor processing for a variety of sensor devices. More...
 
class  VideoDecoder
 Provides access to a video decoder which will be used by both Anbox and the Android instance for hardware accelerated video decoding. More...