INPhotoAttributeOptions Enum

Definition

Enumerates various photo options.

This enumeration supports a bitwise combination of its member values.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 10, 0, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.WatchOS, 3, 2, ObjCRuntime.PlatformArchitecture.All, null)]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.MacOSX, ObjCRuntime.PlatformArchitecture.All, null)]
[System.Flags]
public enum INPhotoAttributeOptions
type INPhotoAttributeOptions = 
Inheritance
INPhotoAttributeOptions
Attributes

Fields

BouncePhoto 134217728
BurstPhoto 1024

Indicates a photo taken in a burst.

ChromeFilter 131072

The Chrome image effect.

FadeFilter 4194304

The Fade image effect.

Favorite 64

The user has indicated the photo is a favorite.

Flash 8

The photo was taken with an artificial flash.

FrontFacingCamera 256

The photo was taken with the front-facing camera.

Gif 4

The photo is stored in the GIF format.

HdrPhoto 2048

The photo was constructed via the High-Dynamic Range process.

InstantFilter 262144

The Instant image effect.

LandscapeOrientation 16

The photo's longer edge should be along the X axis.

LivePhoto 33554432
LongExposurePhoto 268435456
LoopPhoto 67108864
MonoFilter 2097152

The Monochrome image effect.

NoirFilter 65536

The Noir image effect.

PanoramaPhoto 8192

The photo was taken with the panoramic process.

Photo 1

The media is a photograph.

PortraitOrientation 32

The photo's longer edge should be along the Y axis.

PortraitPhoto 16777216
ProcessFilter 8388608

The Process image effect.

Screenshot 512

The image is a screenshot.

Selfie 128

The photo is of the photographer.

SlowMotionVideo 32768

The media is a video recorded in slow motion.

SquarePhoto 4096

The photo has a square aspect ratio.

TimeLapseVideo 16384

The media is a video recorded in the timelapse mode.

TonalFilter 524288

The Tonal image effect.

TransferFilter 1048576

The Transfer image effect.

Video 2

The media is a video.

Applies to