FSParsePlaylistRequest Class Reference
| Inherits from | NSObject |
| Conforms to | NSURLSessionDelegate |
| Declared in | FSParsePlaylistRequest.h |
Overview
FSParsePlaylistRequest is a class for parsing a playlist. It supports the M3U and PLS formats.
To use the class, define the URL for retrieving the playlist using the url property. Then, define the onCompletion and onFailure handlers. To start the request, use the start method.
Properties
onCompletion
Called when the playlist parsing is completed.
@property (copy) void ( ^ ) ( ) onCompletionDiscussion
Called when the playlist parsing is completed.
Declared In
FSParsePlaylistRequest.honFailure
Called if the playlist parsing failed.
@property (copy) void ( ^ ) ( ) onFailureDiscussion
Called if the playlist parsing failed.
Declared In
FSParsePlaylistRequest.hplaylistItems
The playlist items stored in the FSPlaylistItem class.
@property (readonly) NSMutableArray *playlistItemsDiscussion
The playlist items stored in the FSPlaylistItem class.
Declared In
FSParsePlaylistRequest.h