id property

String id
final

Unique identifier for the video track.

The format is platform-specific:

  • Android: "{groupIndex}_{trackIndex}" (e.g., "0_2")
  • iOS: "variant_{bitrate}" for HLS adaptive streams

Implementation

final String id;