Inherits from NSObject
Declared in FSPlaylistItem.h

Overview

A playlist item. Each item has a title and url.

Tasks

Properties

audioDataByteCount

The number of bytes of audio data. Notice that this may differ from the number of bytes the server returns for the content length! For instance audio file meta data is excluded from the count. Effectively you can use this property for seeking calculations.

@property (nonatomic, assign) UInt64 audioDataByteCount

Discussion

The number of bytes of audio data. Notice that this may differ from the number of bytes the server returns for the content length! For instance audio file meta data is excluded from the count. Effectively you can use this property for seeking calculations.

The property is only available for non-continuous streams which have been in the “playing” state.

Declared In

FSPlaylistItem.h

originatingUrl

The originating URL of the playlist item.

@property (nonatomic, copy) NSURL *originatingUrl

Discussion

The originating URL of the playlist item.

Declared In

FSPlaylistItem.h

title

The title of the playlist item.

@property (nonatomic, copy) NSString *title

Discussion

The title of the playlist item.

Declared In

FSPlaylistItem.h

url

The URL of the playlist item.

@property (nonatomic, copy) NSURL *url

Discussion

The URL of the playlist item.

Declared In

FSPlaylistItem.h