LuxChat  2.0
Instant messenger for iOS
Instance Methods | Class Methods | Properties | List of all members
FBSDKShareVideo Class Reference

#import <FBSDKShareVideo.h>

Inheritance diagram for FBSDKShareVideo:
<FBSDKCopying>

Instance Methods

(BOOL) - isEqualToShareVideo:
 
- Instance Methods inherited from <FBSDKCopying>
(id) - copy
 

Class Methods

(instancetype) + videoWithVideoURL:
 
(instancetype) + videoWithVideoURL:previewPhoto:
 

Properties

NSURL * videoURL
 
FBSDKSharePhotopreviewPhoto
 

Detailed Description

A video for sharing.

Method Documentation

- (BOOL) isEqualToShareVideo: (FBSDKShareVideo *)  video

Compares the receiver to another video.

Parameters
videoThe other video
Returns
YES if the receiver's values are equal to the other video's values; otherwise NO
+ (instancetype) videoWithVideoURL: (NSURL *)  videoURL

Convenience method to build a new video object with a videoURL.

Parameters
videoURLThe URL to the video
+ (instancetype) videoWithVideoURL: (NSURL *)  videoURL
previewPhoto: (FBSDKSharePhoto *)  previewPhoto 

Convenience method to build a new video object with a videoURL and a previewPhoto

Parameters
videoURLThe URL to the video
previewPhotoThe photo that represents the video

Property Documentation

- (FBSDKSharePhoto*) previewPhoto
readwritenonatomiccopy

The photo that represents the video.

Returns
The photo
- (NSURL*) videoURL
readwritenonatomiccopy

The file URL to the video.

Returns
URL that points to the location of the video on disk

The documentation for this class was generated from the following file: