activeTrackIds property

List<int>? activeTrackIds
final

Array of Track trackIds that should be active. If the array is not provided, the default tracks will be active. If two incompatible trackIds are provided (for example two active audio tracks) the command will fail with INVALID_PARAMETER.

Implementation

final List<int>? activeTrackIds;