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,"asset_{trackID}"for regular videos
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, "asset_{trackID}" for regular videosfinal String id;