getMusicTrackCount abstract method
Get the Number of Tracks of Background Music
This API retrieves the number of tracks associated with a specific background music ID.
- Parameters:
- id(int):
- Music ID.
- id(int):
Implementation
int getMusicTrackCount(int id);