id property

int id
getter/setter pair

Field meaning: music track ID

Note: the SDK allows you to play multiple music tracks, so music IDs are required for identification. These IDs are used to start/stop a music track, adjust the volume, and more.

Implementation

int id;