anbox-platform-sdk  1.25.0
Anbox Platform SDK API documentation
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 Nanbox
 CAnboxProxyAnboxProxy 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
 CAudioProcessorAudioProcessor allows processing audio data from the Android container and perform audio processing like audio playback and recording according to different platforms
 CCameraProcessorCameraProcessor 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
 CGpsProcessorGpsProcessor 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
 CGraphicsProcessorGraphicsProcessor allows integration with the graphics engine inside Anbox
 CInputProcessorInputProcessor 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
 CPlatformPlatform defines the custom Anbox platform implemented by a plugin
 CSensorProcessorSensorProcessor allows processing sensor events from the Android container and perform sensor processing for a variety of sensor devices
 CVhalConnectorConnects a platform with the Android VHAL interface. The platform can invoke the callbacks which are provided by Anbox on demand when answering a request
 CVideoDecoderProvides access to a video decoder which will be used by both Anbox and the Android instance for hardware accelerated video decoding
 CAnboxAndroidSystemPropertiesAnboxAndroidSystemProperties describes the Android system properties provided by a platform to be forwarded to the Android container
 CAnboxAudioProcessor
 CAnboxAudioSpecThe audio input/output format from anbox
 CAnboxBinderDevicesThe struct of binder devices that being used in Android container
 CAnboxCallbackGeneric callback wrapper
 CAnboxCameraProcessor
 CAnboxCameraSpecAnboxCameraSpec represents the camera specification
 CAnboxDirectGraphicsConfigurationAnboxDirectGraphicsConfiguration defines how Anbox should configure the graphics implementation inside the Android container
 CAnboxDisplaySpecAnboxDisplaySpec describes properties of the virtual display Anbox creates for rendering
 CAnboxDisplaySpec2AnboxDisplaySpec2 describes properties of the virtual display Anbox creates for rendering
 CAnboxGGAData
 CAnboxGnssData
 CAnboxGpsData
 CAnboxGpsProcessor
 CAnboxGraphicsBufferGraphics buffer
 CAnboxGraphicsBuffer2Graphics buffer
 CAnboxGraphicsConfigurationAnboxDisplaySpec describes properties of the Anbox rendering pipeline the platform plugin can influence
 CAnboxGraphicsProcessor
 CAnboxInputEventAnboxInputEvent 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
 CAnboxPlatformConfigurationAnboxPlatformConfiguration holds platform configuration options which Anbox supplies to the platform implementation at initialization time
 CAnboxPlatformConfigurationInfo
 CAnboxPlatformConfigurationItemInfo
 CAnboxPlatformDescriptorAnboxPlatformDescriptor provides information about the implemented platform
 CAnboxProxy
 CAnboxRMCData
 CAnboxSensorDataAnboxSensorData represents the sensor data stucture,
 CAnboxSensorProcessor
 CAnboxSensorVectorAnboxSensorVector represents acceleration along each device axis or current device rotation angles: azimuth, pitch, roll
 CAnboxVhalAnswerGetConfigsAnboxVhalAnswerGet contains the answer for a GetAllPropConfigs or GetPropConfigs request sent to the Android VHAL
 CAnboxVhalAreaConfigAnboxVhalAreaConfig describes the configuration of a given area id for a VHAL property
 CAnboxVhalCommandGetAnboxVhalCommandGet describes a get request to send to the Android VHAL
 CAnboxVhalCommandSetAnboxVhalCommandSet describes a set request to send to the Android VHAL
 CAnboxVhalConnector
 CAnboxVhalConnectorCallbacksAnboxVhalConnectorCallbacks is the structure holding all VHAL-related callbacks
 CAnboxVhalPropertyConfigAnboxVhalPropertyConfig describes the configuration of a VHAL property
 CAnboxVhalPropertyValueAnboxVhalPropertyValue describes the current value of a VHAL property, as returned by a get call to the Android VHAL
 CAnboxVideoDecoder
 CAnboxVideoDecoderConfigAnboxVideoDecoderConfig describes the configuration of a video decoder
 CAnboxVideoFrameAnboxVideoFrame represents a single complete video frame
 CAnboxVideoImageAnboxVideoImage describes a decoded image returned by the video decoder
 CGnssClock
 CGnssMeasurement