anbox-platform-sdk
1.25.0
Anbox Platform SDK API documentation
|
▼Nanbox | |
CAnboxProxy | 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 |
CAudioProcessor | AudioProcessor allows processing audio data from the Android container and perform audio processing like audio playback and recording according to different platforms |
CCameraProcessor | 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 |
CGpsProcessor | 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 |
CGraphicsProcessor | GraphicsProcessor allows integration with the graphics engine inside Anbox |
CInputProcessor | 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 |
CPlatform | Platform defines the custom Anbox platform implemented by a plugin |
CSensorProcessor | SensorProcessor allows processing sensor events from the Android container and perform sensor processing for a variety of sensor devices |
CVhalConnector | 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 |
CVideoDecoder | Provides access to a video decoder which will be used by both Anbox and the Android instance for hardware accelerated video decoding |
CAnboxAndroidSystemProperties | AnboxAndroidSystemProperties describes the Android system properties provided by a platform to be forwarded to the Android container |
CAnboxAudioProcessor | |
CAnboxAudioSpec | The audio input/output format from anbox |
CAnboxBinderDevices | The struct of binder devices that being used in Android container |
CAnboxCallback | Generic callback wrapper |
CAnboxCameraProcessor | |
CAnboxCameraSpec | AnboxCameraSpec represents the camera specification |
CAnboxDirectGraphicsConfiguration | AnboxDirectGraphicsConfiguration defines how Anbox should configure the graphics implementation inside the Android container |
CAnboxDisplaySpec | AnboxDisplaySpec describes properties of the virtual display Anbox creates for rendering |
CAnboxDisplaySpec2 | AnboxDisplaySpec2 describes properties of the virtual display Anbox creates for rendering |
CAnboxGGAData | |
CAnboxGnssData | |
CAnboxGpsData | |
CAnboxGpsProcessor | |
CAnboxGraphicsBuffer | Graphics buffer |
CAnboxGraphicsBuffer2 | Graphics buffer |
CAnboxGraphicsConfiguration | AnboxDisplaySpec describes properties of the Anbox rendering pipeline the platform plugin can influence |
CAnboxGraphicsProcessor | |
CAnboxInputEvent | AnboxInputEvent is similar to the input_event that is defined in the Linux kernel API. The three member variables type, code and value have the same meaning as defined in the Linux kernel API. Please see https://www.kernel.org/doc/Documentation/input/input.txt for further information |
CAnboxInputProcessor | |
CAnboxPlatform | |
CAnboxPlatformConfiguration | AnboxPlatformConfiguration holds platform configuration options which Anbox supplies to the platform implementation at initialization time |
CAnboxPlatformConfigurationInfo | |
CAnboxPlatformConfigurationItemInfo | |
CAnboxPlatformDescriptor | AnboxPlatformDescriptor provides information about the implemented platform |
CAnboxProxy | |
CAnboxRMCData | |
CAnboxSensorData | AnboxSensorData represents the sensor data stucture, |
CAnboxSensorProcessor | |
CAnboxSensorVector | AnboxSensorVector represents acceleration along each device axis or current device rotation angles: azimuth, pitch, roll |
CAnboxVhalAnswerGetConfigs | AnboxVhalAnswerGet contains the answer for a GetAllPropConfigs or GetPropConfigs request sent to the Android VHAL |
CAnboxVhalAreaConfig | AnboxVhalAreaConfig describes the configuration of a given area id for a VHAL property |
CAnboxVhalCommandGet | AnboxVhalCommandGet describes a get request to send to the Android VHAL |
CAnboxVhalCommandSet | AnboxVhalCommandSet describes a set request to send to the Android VHAL |
CAnboxVhalConnector | |
CAnboxVhalConnectorCallbacks | AnboxVhalConnectorCallbacks is the structure holding all VHAL-related callbacks |
CAnboxVhalPropertyConfig | AnboxVhalPropertyConfig describes the configuration of a VHAL property |
CAnboxVhalPropertyValue | AnboxVhalPropertyValue describes the current value of a VHAL property, as returned by a get call to the Android VHAL |
CAnboxVideoDecoder | |
CAnboxVideoDecoderConfig | AnboxVideoDecoderConfig describes the configuration of a video decoder |
CAnboxVideoFrame | AnboxVideoFrame represents a single complete video frame |
CAnboxVideoImage | AnboxVideoImage describes a decoded image returned by the video decoder |
CGnssClock | |
CGnssMeasurement |