A video for sharing.
Conforms to: | FBSDKCopying, NSSecureCoding |
Superclass: | NSObject |
Declared in: | FBSDKShareVideo.h |
previewPhoto
The photo that represents the video.
@property (nonatomic,
copy) FBSDKSharePhoto *previewPhoto;
FBSDKShareVideo.h
videoURL
The file URL to the video.
@property (nonatomic,
copy) NSURL *videoURL;
FBSDKShareVideo.h
videoWithVideoURL:
Convenience method to build a new video object with a videoURL.
Parameter | Description |
---|---|
videoURL | The URL to the video |
+ (instancetype)
videoWithVideoURL:(NSURL *)videoURL;
FBSDKShareVideo.h
videoWithVideoURL:previewPhoto:
Convenience method to build a new video object with a videoURL and a previewPhoto
Parameter | Description |
---|---|
videoURL | The URL to the video |
previewPhoto | The photo that represents the video |
+ (instancetype)
videoWithVideoURL: | (NSURL *)videoURL |
previewPhoto: | (FBSDKSharePhoto *)previewPhoto; |
FBSDKShareVideo.h