z

Enum MetaImage.FlashMode

Flash capture status recognised by the SDK.

Namespace: ImageSdkWrapper Assembly: ImageSdkWrapper.MAUI

public enum MetaImage.FlashMode

Field

FM_Fired

Flash fired during capture.

FM_Fired = 2

Returns

  • FlashMode

FM_NotFired

Flash did not fire.

FM_NotFired = 1

Returns

  • FlashMode

FM_Undefined

Flash information is undefined.

FM_Undefined = 0

Returns

  • FlashMode
Top