OisSample(Int64, Single, Single) Constructor

Definition

Create a new OisSample.

[Android.Runtime.Register(".ctor", "(JFF)V", "", ApiSince=28)]
public OisSample (long timestamp, float xShift, float yShift);
[<Android.Runtime.Register(".ctor", "(JFF)V", "", ApiSince=28)>]
new Android.Hardware.Camera2.Params.OisSample : int64 * single * single -> Android.Hardware.Camera2.Params.OisSample

Parameters

timestamp
Int64

timestamp of the OIS sample.

xShift
Single

shift of the OIS sample in x direction.

yShift
Single

shift of the OIS sample in y direction.

Attributes

Remarks

Java documentation for android.hardware.camera2.params.OisSample.OisSample(long, float, float).

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