|
Agora RTC Objective-C API Reference
Refactor
|
Inherits <NSObject>.
Properties | |
| NSInteger | songCode |
| NSInteger | type |
| NSInteger | pitchType |
| NSString * | name |
| NSString * | singer |
| NSString * | poster |
| NSString * | releaseTime |
| NSInteger | durationS |
| NSArray< NSNumber * > * | lyricList |
| NSArray< AgoraMvProperty * > * | mvPropertyList |
| NSArray< AgoraClimaxSegment * > * | climaxSegmentList |
|
readwritenonatomicassign |
The ID of the music resource, used to identify a music resource.
|
readwritenonatomicassign |
Music resource types:
|
readwritenonatomicassign |
Whether the song supports the singing scoring feature:
|
readwritenonatomiccopy |
Name of the music resource.
|
readwritenonatomiccopy |
Singer name.
|
readwritenonatomiccopy |
The download URL of the music resource poster.
|
readwritenonatomiccopy |
The release time of the music resource.
|
readwritenonatomicassign |
Total duration of the music resource (in seconds).
|
readwritenonatomicstrong |
Supported lyric types:
|
readwritenonatomicstrong |
The mv property list of music
|
readwritenonatomicstrong |
List of music climax segments. See AgoraClimaxSegment for details.