Declared in DCEnumerations.h

DCResizeType

The type of a content resized or not.

Definition

typedef NS_ENUM(NSInteger, DCResizeType ) {
   DCRESIZETYPE_ORIGINAL = 1,
   DCRESIZETYPE_RESIZED_IMAGE = 2,
   DCRESIZETYPE_RESIZED_VIDEO = 3,
};

Constants

DCRESIZETYPE_ORIGINAL

Original content.

Declared In DCEnumerations.h.

DCRESIZETYPE_RESIZED_IMAGE

Resized image.

Declared In DCEnumerations.h.

DCRESIZETYPE_RESIZED_VIDEO

Resized video.

Declared In DCEnumerations.h.

Declared In

DCEnumerations.h