id property
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;
Unique identifier for the video track.
The format is platform-specific:
"{groupIndex}_{trackIndex}" (e.g., "0_2")"variant_{bitrate}" for HLS adaptive streamsfinal String id;