Sensor.FifoMaxEventCount Property

Definition

public virtual int FifoMaxEventCount { [Android.Runtime.Register("getFifoMaxEventCount", "()I", "GetGetFifoMaxEventCountHandler")] get; }
[<get: Android.Runtime.Register("getFifoMaxEventCount", "()I", "GetGetFifoMaxEventCountHandler")>]
member this.FifoMaxEventCount : int

Property Value

Maximum number of events of this sensor that could be batched. If this value is zero it indicates that batch mode is not supported for this sensor. If other applications registered to batched sensors, the actual number of events that can be batched might be smaller because the hardware FiFo will be partially used to batch the other sensors.

Attributes

Remarks

Java documentation for android.hardware.Sensor.getFifoMaxEventCount().

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to