HlsVideoSegmentFormat

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"