-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathBLDBMedia.h
117 lines (111 loc) · 3.54 KB
/
BLDBMedia.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
/*
* Generated by class-dump 3.1.2.
*
* class-dump is Copyright (C) 1997-1998, 2000-2001, 2004-2007 by Steve Nygard.
*/
#import "BLDBGenericModel.h"
@class ALAsset, NSString;
@interface BLDBMedia : BLDBGenericModel
{
unsigned int m_type;
NSString *m_caption;
int m_rating;
int m_flagged;
double m_duration;
double m_dateCreated;
double m_dateModified;
int m_originalOrientation;
unsigned int m_originalPixelWidth;
unsigned int m_originalPixelHeight;
unsigned int m_pixelWidth;
unsigned int m_pixelHeight;
NSString *m_facebookId;
NSString *m_flickrId;
double m_dateAdjusted;
unsigned int m_fileSize;
unsigned int m_state;
ALAsset *m_asset;
unsigned int m_nextPrimaryKey;
}
+ (id)assetURLStringWithModel:(id)fp8;
+ (id)assetURLStringWithModelUuid:(id)fp8;
+ (BOOL)parseAssetIdOrUuidWithURL:(id)fp8 intoModel:(id)fp12;
+ (id)assetIdOrUuidWithURL:(id)fp8;
+ (id)sortModelListByDescendingDates:(id)fp8;
+ (id)sortModelListByAscendingDates:(id)fp8;
+ (id)uuidWithDictionary:(id)fp8 outType:(int *)fp12;
+ (void)initialize;
+ (BOOL)isModelKeyListEditable:(id)fp8;
+ (BOOL)isModelKeyListSerializable:(id)fp8;
+ (BOOL)isModelKeyUsedForSort:(id)fp8;
+ (id)modelWithModel:(id)fp8;
+ (id)tableAttributesWithSchema:(int)fp8;
+ (id)tableNameWithSchema:(int)fp8;
- (void)setNextPrimaryKey:(unsigned int)fp8;
- (unsigned int)nextPrimaryKey;
- (BOOL)hasNonSignificantEditsOnly;
- (BOOL)hasImageEdits;
- (void)setPropertiesFromCGMetadataDict:(id)fp8 cameraModel:(id *)fp12;
- (BOOL)setAssetUnlessAlreadyExists:(id)fp8;
- (void)setAsset:(id)fp8;
- (BOOL)hasAsset;
- (struct CGSize)resetPixelSizeToOriginal;
- (struct CGSize)swapPixelSize;
- (BOOL)updateStateWithAddedMask:(unsigned int)fp8 removedMask:(unsigned int)fp12 beamed:(BOOL)fp16 ubiquitous:(BOOL)fp20;
- (void)setFlickrId:(id)fp8;
- (void)setFacebookId:(id)fp8;
- (void)setFileSize:(unsigned int)fp8;
- (void)setDateAdjusted:(double)fp8;
- (void)setDateModified:(double)fp8;
- (void)setDateCreated:(double)fp8;
- (void)setPixelSize:(struct CGSize)fp8;
- (void)setPixelHeight:(unsigned int)fp8;
- (void)setPixelWidth:(unsigned int)fp8;
- (void)setOriginalPixelSize:(struct CGSize)fp8;
- (void)setOriginalPixelHeight:(unsigned int)fp8;
- (void)setOriginalPixelWidth:(unsigned int)fp8;
- (void)setOriginalOrientation:(int)fp8;
- (void)setDuration:(double)fp8;
- (void)setFlagged:(int)fp8;
- (void)setRating:(int)fp8;
- (void)setCaption:(id)fp8;
- (void)setState:(unsigned int)fp8;
- (void)setType:(unsigned int)fp8;
- (id)asset;
- (id)flickrId;
- (id)facebookId;
- (unsigned int)fileSize;
- (double)dateAdjusted;
- (double)dateModified;
- (double)dateCreated;
- (struct CGSize)pixelSize;
- (unsigned int)pixelHeight;
- (unsigned int)pixelWidth;
- (struct CGSize)originalPixelSize;
- (unsigned int)originalPixelHeight;
- (unsigned int)originalPixelWidth;
- (int)originalOrientation;
- (double)duration;
- (int)flagged;
- (int)rating;
- (id)caption;
- (unsigned int)state;
- (unsigned int)type;
- (float)aspectRatio;
- (BOOL)isVideo;
- (BOOL)isSizeVerifiedPhoto;
- (BOOL)isRAWPhoto;
- (BOOL)isPhoto;
- (void)mergeWithAssetsLibraryDerivedModel:(id)fp8;
- (void)prepareForReuse;
- (BOOL)areEditablePropertiesSetToInitialValues;
- (void)setEditablePropertiesToInitialValues;
- (id)dictionary;
- (id)reinitWithDictionary:(id)fp8 changedPropertyKeyList:(id)fp12 oldValueList:(id)fp16;
- (id)initWithDictionary:(id)fp8;
- (id)cloneWithModel:(id)fp8 changedPropertyKeyList:(id)fp12 oldValueList:(id)fp16;
- (id)reallyCopyWithZone:(struct _NSZone *)fp8;
- (id)description;
- (void)dealloc;
- (id)init;
@end