▼Nblip | WAV file format details at: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ |
CAccelerometerSensorEvent | An accelerometer sensor event, which measures acceleration, including the effects of gravity |
CAsset | An application asset file |
CAssetDataReader | A DataReader which reads from an Android Asset |
CAssetDirectory | An application asset directory |
CAssetManager | An asset manager, which provides access to the application's raw asset files |
CAudioClip | A container for audio data |
CAudioDecoder | An abstract base class for audio decoders |
CAudioEngine | An audio playback engine |
CAudioException | An exception indicating an error in the audio subsystem |
CAudioFormat | An object that describes an audio data format |
CAudioPlayer | An audio playback object |
CAudioPlayerListener | |
CBinaryObject | An Android Opaque Binary Blob (OBB) object |
CColor | A color with red, green, blue, and alpha components |
CDeviceConfiguration | A container for device configuration information |
CDisplayMetrics | A utility object with methods for converting between pixel units based on a given screen density |
CEvent | An abstract base class for all application events |
CFont | A TrueType font |
CFontGlyph | A TrueType font character glyph |
CFontManager | A class for loading and caching TrueType fonts |
CGravitySensorEvent | A gravity sensor event, which measures the direction and magnitude of gravity |
CGyroscopeSensorEvent | A gyroscope sensor event, which measures angular speed |
CImageDecoder | An abstract base class for image decoders |
CInputEvent | An abstract base class for user input events |
CInputEventQueue | |
CIntent | |
CJavaBitmap | |
CKeyEvent | A keyboard input event |
CLEDArray | A class representing an LED array |
CLightSensorEvent | A light sensor event, which measures ambient light level |
CLinearAccelerationSensorEvent | A linear acceleration sensor event, which measures acceleration, not including the effects of gravity |
CLooper | Low-level Android event looper |
CMagneticFieldSensorEvent | A magnetic field sensor event, which measures the ambient magnetic field |
CMotionEvent | A motion input event |
CMP3AudioDecoder | An AudioDecoder for MP3 audio clips |
CNativeActivity | An abstract base class for all "native" (C++) Android activities |
CNativeActivityRequest | |
CPixmap | A buffer for two-dimensional pixel data, stored in inverted row order (bottom row first, top row last) as expected by OpenGL |
CPNGImageDecoder | An ImageDecoder for PNG images |
CPoint | A cartesian point: a value with x and y coordinates |
CPressureSensorEvent | An atmospheric pressure sensor event, which may be used to calculate altitude |
CProximitySensorEvent | A proximity sensor event, which measures the distance to a nearby object |
CRectangle | A rectangle in cartesian space |
CRenderingContext | The native rendering context |
CResourceExhaustedException | An Exception indicating that all instances of a resource have been exhausted |
CRotationVectorSensorEvent | A rotation vector sensor event, which measures orientation in 3D space |
CRuntime | Miscellaneous runtime functions |
CSensor | A class representing a sensor |
CSensorEvent | An abstract base class for sensor events |
CSensorManager | A class that provides access to the hardware sensors |
CSize | A rectangular size that has a width and a height |
CStorageManager | |
CTemperatureSensorEvent | A temperature sensor event, which measures ambient temperature |
CTimeoutException | An exception indicating that a blocking operation has timed out |
CTimer | A timer which fires a TimerEvent at a fixed interval |
CTimerEvent | A timer event |
CTimerManager | A class that manages Timers and schedules TimerEvents for delivery when Timers fire |
CVibrator | A class representing a vibration (haptic feedback) device |
CWAVAudioDecoder | An AudioDecoder for WAV audio clips |
CWindow | A native window |