<VZVideoUploader> Protocol Reference

An abstract protocol for video uploader objects. More...

#import <Vzaar.h>

Inheritance diagram for <VZVideoUploader>:
VzaarAPI10VideoUploader

List of all members.

Public Member Functions

(void) - cancel
 Cancel the upload.

Properties

id< VZVideoUploadDelegatedelegate
 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.

Detailed Description

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.


Member Function Documentation

- (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.


The documentation for this protocol was generated from the following file:
 All Classes Functions Variables Properties
Generated on Wed May 12 13:24:23 2010 for vzaar Framework by  doxygen 1.6.3