VMDFile
@protocol VMDFile <NSObject>
File type supported by VM SDK
Since
1.1-
Declaration
Swift
- (NSURL *)getUrl;Return Value
NSURL with the path to this VMD file
-
Declaration
Swift
- (NSData *)getData;Return Value
NSData contained within the file
-
Check if associated vmd file exists
Declaration
Swift
- (BOOL)checkFileExists:(NSError **)error;Return Value
true if the file exists, false otherwise
-
Declaration
Swift
- (NSString *)getLocallySavedFilePath;Return Value
Local file path on the device
VMDFile Protocol Reference