track_id property Null safety

int track_id
read / write

ID of the lost face (track_id).
track_id is equal to sample.getID() for a sample given in any VideoWorker callback.

Implementation

int track_id = 0;