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 |
The music info
|
readwritenonatomicassign |
The songCode of music
|
readwritenonatomicassign |
The type of music 1, mp3 with instrumental accompaniment and original 2, mp3 only with instrumental accompaniment 3, mp3 only with original 4, mp4 with instrumental accompaniment and original 5, mv only 6, new type mp4 with instrumental accompaniment and original detail at document of music media center
|
readwritenonatomicassign |
The pitch type of music. 1, xml lyric has pitch 2, lyric has no pitch
|
readwritenonatomiccopy |
The name of music
|
readwritenonatomiccopy |
The singer of music
|
readwritenonatomiccopy |
The poster url of music
|
readwritenonatomiccopy |
The release time of music
|
readwritenonatomicassign |
The duration (in seconds) of music
|
readwritenonatomicstrong |
The lyric list of music 0, xml 1, lrc
|
readwritenonatomicstrong |
The mv property list of music
|
readwritenonatomicstrong |
The climax segment list of music