ColorSequence.DurationMillis Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Calculates the estimated duration of a single iteration of the light effect.
public long DurationMillis { [Android.Runtime.Register("getDurationMillis", "()J", "", ApiSince=37)] get; }
[<get: Android.Runtime.Register("getDurationMillis", "()J", "", ApiSince=37)>]
member this.DurationMillis : int64
Property Value
the estimated duration of one iteration of this light effect in number of frames.
- Attributes
Remarks
Calculates the estimated duration of a single iteration of the light effect. Value is a non-negative duration in milliseconds.
Android reference for android.hardware.lights.ColorSequence.getDurationMillis.
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.