-
Notifications
You must be signed in to change notification settings - Fork 0
/
TLImageCapture.h
32 lines (26 loc) · 1.05 KB
/
TLImageCapture.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
/*
* TLImageCapture.h
* Tagalog
*
* Created by Nathan Vander Wilt on 5/25/09.
* Copyright 2009 __MyCompanyName__. All rights reserved.
*
*/
#ifndef TLIMAGECAPTURE_H
#define TLIMAGECAPTURE_H
#include <Carbon/Carbon.h>
ICAError TLICAOpenSession(ICAOpenSessionPB* pb, ICACompletion cb);
ICAError TLICACloseSession(ICACloseSessionPB* pb, ICACompletion cb);
ICAError TLICACopyObjectThumbnail(ICACopyObjectThumbnailPB* pb, ICACompletion cb);
ICAError TLICACopyObjectPropertyDictionary(ICACopyObjectPropertyDictionaryPB* pb, ICACompletion cb);
ICAError TLICADownloadFile(ICADownloadFilePB* pb, ICACompletion cb);
extern const CFStringRef kTLICAObjectNameKey;
extern const CFStringRef kTLICADeviceTypeKey;
extern const CFStringRef kTLICAObjectKey;
extern const CFStringRef kTLICAMediaFilesKey;
extern const CFStringRef kTLICAFileTreeKey;
extern const CFStringRef kTLICAImageDateOriginalKey;
extern const CFStringRef kTLICAImageDateDigitizedKey;
extern const CFStringRef kTLICAImageOrientationKey;
extern const CFStringRef kTLICAFileTypeKey;
#endif /* TLIMAGECAPTURE_H */