blip  0.1
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 12]
 NblipWAV file format details at: https://ccrma.stanford.edu/courses/422/projects/WaveFormat/
 CAccelerometerSensorEventAn accelerometer sensor event, which measures acceleration, including the effects of gravity
 CAssetAn application asset file
 CAssetDataReaderA DataReader which reads from an Android Asset
 CAssetDirectoryAn application asset directory
 CAssetManagerAn asset manager, which provides access to the application's raw asset files
 CAudioClipA container for audio data
 CAudioDecoderAn abstract base class for audio decoders
 CAudioEngineAn audio playback engine
 CAudioExceptionAn exception indicating an error in the audio subsystem
 CAudioFormatAn object that describes an audio data format
 CAudioPlayerAn audio playback object
 CAudioPlayerListener
 CBinaryObjectAn Android Opaque Binary Blob (OBB) object
 CColorA color with red, green, blue, and alpha components
 CDeviceConfigurationA container for device configuration information
 CDisplayMetricsA utility object with methods for converting between pixel units based on a given screen density
 CEventAn abstract base class for all application events
 CFontA TrueType font
 CFontGlyphA TrueType font character glyph
 CFontManagerA class for loading and caching TrueType fonts
 CGravitySensorEventA gravity sensor event, which measures the direction and magnitude of gravity
 CGyroscopeSensorEventA gyroscope sensor event, which measures angular speed
 CImageDecoderAn abstract base class for image decoders
 CInputEventAn abstract base class for user input events
 CInputEventQueue
 CIntent
 CJavaBitmap
 CKeyEventA keyboard input event
 CLEDArrayA class representing an LED array
 CLightSensorEventA light sensor event, which measures ambient light level
 CLinearAccelerationSensorEventA linear acceleration sensor event, which measures acceleration, not including the effects of gravity
 CLooperLow-level Android event looper
 CMagneticFieldSensorEventA magnetic field sensor event, which measures the ambient magnetic field
 CMotionEventA motion input event
 CMP3AudioDecoderAn AudioDecoder for MP3 audio clips
 CNativeActivityAn abstract base class for all "native" (C++) Android activities
 CNativeActivityRequest
 CPixmapA buffer for two-dimensional pixel data, stored in inverted row order (bottom row first, top row last) as expected by OpenGL
 CPNGImageDecoderAn ImageDecoder for PNG images
 CPointA cartesian point: a value with x and y coordinates
 CPressureSensorEventAn atmospheric pressure sensor event, which may be used to calculate altitude
 CProximitySensorEventA proximity sensor event, which measures the distance to a nearby object
 CRectangleA rectangle in cartesian space
 CRenderingContextThe native rendering context
 CResourceExhaustedExceptionAn Exception indicating that all instances of a resource have been exhausted
 CRotationVectorSensorEventA rotation vector sensor event, which measures orientation in 3D space
 CRuntimeMiscellaneous runtime functions
 CSensorA class representing a sensor
 CSensorEventAn abstract base class for sensor events
 CSensorManagerA class that provides access to the hardware sensors
 CSizeA rectangular size that has a width and a height
 CStorageManager
 CTemperatureSensorEventA temperature sensor event, which measures ambient temperature
 CTimeoutExceptionAn exception indicating that a blocking operation has timed out
 CTimerA timer which fires a TimerEvent at a fixed interval
 CTimerEventA timer event
 CTimerManagerA class that manages Timers and schedules TimerEvents for delivery when Timers fire
 CVibratorA class representing a vibration (haptic feedback) device
 CWAVAudioDecoderAn AudioDecoder for WAV audio clips
 CWindowA native window