SnapscreenClipShareInformation
@interface SnapscreenClipShareInformation : NSObject
Information about a shared clip.
-
The URL to the Web Video Player for playing the shared clip
Declaration
Objective-C
@property (nonatomic, readonly) NSURL *_Nonnull videoPlayerURL;
Swift
var videoPlayerURL: URL { get }
-
The URL for a thumbnail of the shared clip
Declaration
Objective-C
@property (nonatomic, readonly) NSURL *_Nonnull thumbnailURL;
Swift
var thumbnailURL: URL { get }