FBSDKShareVideo
このクラスには新しいバージョンがあります。ご確認ください。 最新バージョン

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.

パラメーター説明
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

パラメーター説明
videoURL

The URL to the video

previewPhoto

The photo that represents the video

+ (instancetype)
videoWithVideoURL: (NSURL *)videoURL
previewPhoto: (FBSDKSharePhoto *)previewPhoto;
宣言されたアイテム: FBSDKShareVideo.h
インスタンスメソッド
isEqualToShareVideo:

Compares the receiver to another video.

パラメーター説明
video

The other video

- (BOOL) isEqualToShareVideo:(FBSDKShareVideo *)video;
宣言されたアイテム: FBSDKShareVideo.h