<VOOSMPPlaylistData > Protocol Reference

#import <VOOSMPPlaylistData.h>

+ Inheritance diagram for <VOOSMPPlaylistData >:

Properties

NSString * rootURL
 Get the root URL of parent playlist. More...
 
NSString * URL
 Get the URL of the playlist ,it can be relative URL. More...
 
NSString * newURL
 Get the URL after download( can be redirect forever ), you should always use this url after get this struct. More...
 
NSData * data
 Get the data in the playlist. More...
 
int dataSize
 Get the playlist size. More...
 
int playlistType
 Get the playlist type. More...
 
int errorCode
 Get the error code of this chunk. More...
 

Property Documentation

- (NSData* VOOSMPPlaylistData) data
readatomicretain

Get the data in the playlist.

Returns
data
- (int VOOSMPPlaylistData) dataSize
readatomicassign

Get the playlist size.

Returns
data size
- (int VOOSMPPlaylistData) errorCode
readatomicassign

Get the error code of this chunk.

Returns
error code
- (NSString* VOOSMPPlaylistData) newURL
readatomicretain

Get the URL after download( can be redirect forever ), you should always use this url after get this struct.

Returns
new URL
- (int VOOSMPPlaylistData) playlistType
readatomicassign

Get the playlist type.

Returns
chunk type
- (NSString* VOOSMPPlaylistData) rootURL
readatomicretain

Get the root URL of parent playlist.

Returns
root URL
- (NSString* VOOSMPPlaylistData) URL
readatomicretain

Get the URL of the playlist ,it can be relative URL.

Returns
playlist URL

The documentation for this protocol was generated from the following file: