Page Summary
-
HlsVideoSegmentFormat is an abstract annotation representing the format of HLS video segments.
-
It includes constants for FMP4 (Video packed in ISO BMFF CMAF Fragmented MP4) and MPEG2_TS (MPEG-2 transport stream).
-
FMP4 supports AVC and HEVC, while MPEG2_TS supports AVC.
public abstract @interface HlsVideoSegmentFormat implements Annotation
A class representing the format of HLS video segments.
Constant Summary
| String | FMP4 | Video packed in ISO BMFF CMAF Fragmented MP4. |
| String | MPEG2_TS | MPEG-2 transport stream. |
Inherited Method Summary
Constants
public static final String FMP4
Video packed in ISO BMFF CMAF Fragmented MP4. Support AVC and HEVC.
Constant Value: "fmp4"
public static final String MPEG2_TS
MPEG-2 transport stream. Support AVC.
Constant Value: "mpeg2_ts"