Agora RTC Objective-C API Reference  Refactor
Properties
AgoraMusicCollection Class Reference

Inherits <NSObject>.

Properties

NSInteger count
 
NSInteger total
 
NSInteger page
 
NSInteger pageSize
 
NSArray< AgoraMusic * > * musicList
 

Property Documentation

◆ count

- (NSInteger) count
readwritenonatomicassign

The number of music items in the music resource list of this request.

◆ total

- (NSInteger) total
readwritenonatomicassign

The total number of music resources in the list.

◆ page

- (NSInteger) page
readwritenonatomicassign

Current page number, starts from 1 by default.

◆ pageSize

- (NSInteger) pageSize
readwritenonatomicassign

The total number of pages in the current music resource list. The maximum value is 50.

◆ musicList

- (NSArray<AgoraMusic *>*) musicList
readwritenonatomicstrong

Detailed information about the music resources in the current page list. See AgoraMusic for more details.