The BCItemCollection model object. More...
#import <BCItemCollection.h>
Properties | |
long long | totalCount |
NSArray * | items |
int | pageNumber |
int | pageSize |
The BCItemCollection model object.
API calls which return a collection of videos or a collection of playlists do so in the form of BCItemCollection instances. The individual videos or playlists are available through this object's items array, while the other properties of the BCItemCollection enable your application to handle paging through a series of collections.
This class corresponds to the Brightcove type defined here: http://docs.brightcove.com/en/media/#ItemCollection