An abstract protocol for video uploader objects. More...
#import <Vzaar.h>
Public Member Functions | |
| (void) | - cancel |
| Cancel the upload. | |
Properties | |
| id< VZVideoUploadDelegate > | delegate |
| This uploader's delegate. | |
| NSString * | sourceFileLocation |
| The location of the video being updated. | |
| NSUInteger | uploadedVideoId |
| Once the upload is complete, the Vzaar ID for the video. This propery is KVO-compliant. | |
An abstract protocol for video uploader objects.
When beginning a video upload, you'll be provided with an object that conforms to this protocol. You can use this to cancel theupload if needed.
| - (void VZVideoUploader-p.)cancel |
Cancel the upload.
This method will cancel this uploader's upload, and the delegate's uploader:didFailToUploadVideo:withError: method will be called.
1.6.3