DBFILESMediaInfoTag

Objective-C

enum DBFILESMediaInfoTag : NSInteger {}

Swift

@frozen enum DBFILESMediaInfoTag : Int, @unchecked Sendable

The DBFILESMediaInfoTag enum type represents the possible tag states with which the DBFILESMediaInfo union can exist.

  • Indicate the photo/video is still under processing and metadata is not available yet.

    Declaration

    Objective-C

    DBFILESMediaInfoPending

    Swift

    case pending = 0
  • The metadata for the photo/video.

    Declaration

    Objective-C

    DBFILESMediaInfoMetadata

    Swift

    case metadata = 1