|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSInteger | count |
| NSInteger | total |
| NSInteger | page |
| NSInteger | pageSize |
| NSArray< AgoraMusic * > * | musicList |
|
readwritenonatomicassign |
The number of music items in the music resource list of this request.
|
readwritenonatomicassign |
The total number of music resources in the list.
|
readwritenonatomicassign |
Current page number, starts from 1 by default.
|
readwritenonatomicassign |
The total number of pages in the current music resource list. The maximum value is 50.
|
readwritenonatomicstrong |
Detailed information about the music resources in the current page list. See AgoraMusic for more details.