AVFileUploadOption Constants Reference
Declared in | AVFile.h |
---|
AVFileUploadOption
Definition
typedef NS_OPTIONS(NSUInteger, AVFileUploadOption ) {
AVFileUploadOptionCachingData = 0,
AVFileUploadOptionIgnoringCachingData = 1 < < 0,
};
Constants
AVFileUploadOptionCachingData
-
default option. Data or File will be persistent cached after successfully uploading. Note: Remote URL not be cached after successfully uploading.
Declared In
AVFile.h
. AVFileUploadOptionIgnoringCachingData
-
Data or File will not be persistent cached after successfully uploading.
Declared In
AVFile.h
.