Sony Addon SDK
public static interface

Sensor.SensorRates

This project is no longer being supported and will not get any further updates.

Class Overview

Interface used to define constants for sensor rates. The extension can chose from one of the constants defined in this interface.

Summary

Constants
int SENSOR_DELAY_FASTEST Get sensor data as fast as possible
int SENSOR_DELAY_GAME Rate suitable for games
int SENSOR_DELAY_NORMAL Rate suitable for screen orientation changes
int SENSOR_DELAY_UI Rate suitable for user interface

Constants

public static final int SENSOR_DELAY_FASTEST

Get sensor data as fast as possible

Constant Value: 1 (0x00000001)

public static final int SENSOR_DELAY_GAME

Rate suitable for games

Constant Value: 2 (0x00000002)

public static final int SENSOR_DELAY_NORMAL

Rate suitable for screen orientation changes

Constant Value: 3 (0x00000003)

public static final int SENSOR_DELAY_UI

Rate suitable for user interface

Constant Value: 4 (0x00000004)