getMusicTrackCount abstract method

int getMusicTrackCount(
  1. int id
)

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.

Implementation

int getMusicTrackCount(int id);