STSPlaylist
@interface STSPlaylist : LHDataObject
Playlist model of StraaS player SDK
-
The playlist id.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull playlistId; -
The id of the account which the resource belongs to.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull accountId; -
The playlist title.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull title; -
The playlist synposis.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull synposis; -
The number of videos that the playlist contains.
Declaration
Objective-C
@property (nonatomic, readonly) NSInteger videosCount; -
The large size thumbnail of thumbnail_urls.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull posterURL; -
The playlist created time.
Declaration
Objective-C
@property (nonatomic, readonly) NSString *_Nonnull createdAt; -
The array of playlistItems.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) NSArray<STSPlaylistItem *> *playlistItems;
View on GitHub
Install in Dash
STSPlaylist Class Reference