|
Agora Java API Reference for Android
|
Detailed information of the music resource. More...
Public Member Functions | |
| Music (long songCode, String name, String singer, String poster, String releaseTime, int type, int pitchType, int durationS, int[] lyricTypes, MvProperty[] mvProperties, ClimaxSegment[] climaxSegments) | |
| long | getSongCode () |
| String | getName () |
| String | getSinger () |
| String | getPoster () |
| String | getReleaseTime () |
| int | getType () |
| int | getPitchType () |
| int | getDurationS () |
| int[] | getLyricTypes () |
| MvProperty[] | getMvProperties () |
| ClimaxSegment[] | getClimaxSegments () |
| String | toString () |
Public Attributes | |
| long | songCode |
| String | name |
| String | singer |
| String | poster |
| String | releaseTime |
| int | type |
| int | pitchType |
| int | durationS |
| int[] | lyricTypes |
| MvProperty[] | mvProperties |
| ClimaxSegment[] | climaxSegments |
Detailed information of the music resource.
| long io.agora.musiccontentcenter.Music.songCode |
The identifier of a music resource, used to identify a music resource.
| String io.agora.musiccontentcenter.Music.name |
Name of the music resource.
| String io.agora.musiccontentcenter.Music.singer |
Singer name.
| String io.agora.musiccontentcenter.Music.poster |
The download URL of the music resource poster.
| String io.agora.musiccontentcenter.Music.releaseTime |
The release time of the music resource.
| int io.agora.musiccontentcenter.Music.type |
Music resource types:
| int io.agora.musiccontentcenter.Music.pitchType |
Whether the song supports the singing scoring feature:
| int io.agora.musiccontentcenter.Music.durationS |
Total duration of the music resource (in seconds).
| int [] io.agora.musiccontentcenter.Music.lyricTypes |
Supported lyric types:
| MvProperty [] io.agora.musiccontentcenter.Music.mvProperties |
The number of mv of the music If this value is greater than zero, it means the current music has MV resource
| ClimaxSegment [] io.agora.musiccontentcenter.Music.climaxSegments |
List of music climax segments. See ClimaxSegment for details.
1.8.18