id property Null safety

int id
read / write

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;