OODeliveryMethod

Objective-C

enum OODeliveryMethod : NSUInteger {}

Swift

enum OODeliveryMethod : UInt, @unchecked Sendable

Indicates the delivery method of a given media file. Retrieve this information with -[OOMediaFile deliveryMethod].