Retrieves detailed information of the specified music resource on the current page.
virtual Music* getMusic(int32_t index) = 0;
Parameters
- index
- The index in the Music array.
Return Values
- If the method call succeeds, returns a Music instance. See Music.
- If the method call fails, returns NULL.