OlapicStreamMediaList Class Reference
| Inherits from | OlapicMediaList : NSObject |
| Declared in | OlapicStreamMediaList.h |
Tasks
Other Methods
-
listStreamIdproperty -
listStreamproperty
Initializer with object
-
– initForStream:delegate: -
– initForStream:delegate:sort: -
– initForStream:delegate:sort:mediaPerPage: -
– initForStream:delegate:sort:mediaPerPage:offset:
Initializer with URL
Properties
Instance Methods
initForStream:delegate:
Initialize using a stream entity as reference
- (id)initForStream:(OlapicStreamEntity *)stream delegate:(id<OlapicMediaListDelegate> __weak)delegateObjectParameters
- stream
The stream entity to use as reference
- delegateObject
The reference to the delegate object
Return Value
The OlapicStreamMediaList instance
Availability
v1.0
Declared In
OlapicStreamMediaList.hinitForStream:delegate:sort:
Initialize using a stream entity as reference and set the sorting type
- (id)initForStream:(OlapicStreamEntity *)stream delegate:(id<OlapicMediaListDelegate> __weak)delegateObject sort:(OlapicMediaListSortingType)sortParameters
- stream
The stream entity to use as reference
- delegateObject
The reference to the delegate object
- sort
The sorting type
Return Value
The OlapicStreamMediaList instance
Availability
v1.0
Declared In
OlapicStreamMediaList.hinitForStream:delegate:sort:mediaPerPage:
Initialize using a stream entity as reference, changing the sorting type and the amount of media per page that are going to be downloaded
- (id)initForStream:(OlapicStreamEntity *)stream delegate:(id<OlapicMediaListDelegate> __weak)delegateObject sort:(OlapicMediaListSortingType)sort mediaPerPage:(NSInteger)perPageParameters
- stream
The stream entity to use as reference
- delegateObject
The reference to the delegate object
- sort
The sorting type
- perPage
The number of media per page
Return Value
The OlapicStreamMediaList instance
Availability
v1.0
Declared In
OlapicStreamMediaList.hinitForStream:delegate:sort:mediaPerPage:offset:
Initialize using a stream entity as reference, changing the sorting type, the amount of media per page and the offset
- (id)initForStream:(OlapicStreamEntity *)stream delegate:(id<OlapicMediaListDelegate> __weak)delegateObject sort:(OlapicMediaListSortingType)sort mediaPerPage:(NSInteger)perPage offset:(NSInteger)offsetParameters
- stream
The stream entity to use as reference
- delegateObject
The reference to the delegate object
- sort
The sorting type
- perPage
The number of media per page
- offset
The offset to change the page
Return Value
The OlapicStreamMediaList instance
Availability
v1.0
Declared In
OlapicStreamMediaList.hinitWithStreamId:delegate:andURL:
Initialize using a stream ID and its URL
- (id)initWithStreamId:(NSString *)streamId delegate:(id<OlapicMediaListDelegate> __weak)delegateObject andURL:(NSString *)URLParameters
- streamId
The stream ID
- delegateObject
The reference to the delegate object
- URL
The API URL
Return Value
The OlapicStreamMediaList instance
Availability
v1.0
Declared In
OlapicStreamMediaList.hinitWithStreamId:delegate:andURL:mediaPerPage:
Initialize using a stream ID and its URL, but also changing the amount of media per page that are going to be downloaded
- (id)initWithStreamId:(NSString *)streamId delegate:(id<OlapicMediaListDelegate> __weak)delegateObject andURL:(NSString *)URL mediaPerPage:(NSInteger)perPageParameters
- streamId
The stream ID
- delegateObject
The reference to the delegate object
- URL
The API URL
- perPage
The number of media per page
Return Value
The OlapicStreamMediaList instance
Availability
v1.0
Declared In
OlapicStreamMediaList.hinitWithStreamId:delegate:andURL:mediaPerPage:offset:
Initialize using stream ID and its URL, but also changing the amount of media per page and the offset
- (id)initWithStreamId:(NSString *)streamId delegate:(id<OlapicMediaListDelegate> __weak)delegateObject andURL:(NSString *)URL mediaPerPage:(NSInteger)perPage offset:(NSInteger)offsetParameters
- streamId
The stream ID
- delegateObject
The reference to the delegate object
- URL
The API URL
- perPage
The number of media per page
- offset
The offset to change the page
Return Value
The OlapicStreamMediaList instance
Availability
v1.0
Declared In
OlapicStreamMediaList.h