FSPlaylistItem Class Reference
Inherits from | NSObject |
Declared in | FSPlaylistItem.h |
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