You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#define M3U8_EXT_X_STREAM_INF_PROGRAM_ID @"PROGRAM-ID" // The value is a decimal-integer that uniquely identifies a particular presentation within the scope of the Playlist file.
39
39
#define M3U8_EXT_X_STREAM_INF_CODECS @"CODECS" // The value is a quoted-string containing a comma-separated list of formats.
40
40
#define M3U8_EXT_X_STREAM_INF_RESOLUTION @"RESOLUTION" // The value is a decimal-resolution describing the approximate encoded horizontal and vertical resolution of video within the presentation.
41
+
#define M3U8_EXT_X_STREAM_INF_FRAME_RATE @"FRAME-RATE" // The value is a decimal-floating-point describing the maximum frame rate for all the video in the Variant Stream, rounded to three decimal places.
41
42
#define M3U8_EXT_X_STREAM_INF_AUDIO @"AUDIO" // The value is a quoted-string.
42
43
#define M3U8_EXT_X_STREAM_INF_VIDEO @"VIDEO" // The value is a quoted-string.
43
44
#define M3U8_EXT_X_STREAM_INF_SUBTITLES @"SUBTITLES" // The value is a quoted-string.
Copy file name to clipboardExpand all lines: Source/M3U8TagsAndAttributes.h
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -208,6 +208,7 @@
208
208
#defineM3U8_EXT_X_STREAM_INF_PROGRAM_ID @"PROGRAM-ID" // The value is a decimal-integer that uniquely identifies a particular presentation within the scope of the Playlist file.
209
209
#defineM3U8_EXT_X_STREAM_INF_CODECS @"CODECS" // The value is a quoted-string containing a comma-separated list of formats.
210
210
#defineM3U8_EXT_X_STREAM_INF_RESOLUTION @"RESOLUTION" // The value is a decimal-resolution describing the approximate encoded horizontal and vertical resolution of video within the presentation.
211
+
#defineM3U8_EXT_X_STREAM_INF_FRAME_RATE @"FRAME-RATE" // The value is a decimal-floating-point describing the maximum frame rate for all the video in the Variant Stream, rounded to three decimal places.
211
212
#defineM3U8_EXT_X_STREAM_INF_AUDIO @"AUDIO" // The value is a quoted-string.
212
213
#defineM3U8_EXT_X_STREAM_INF_VIDEO @"VIDEO" // The value is a quoted-string.
213
214
#defineM3U8_EXT_X_STREAM_INF_SUBTITLES @"SUBTITLES" // The value is a quoted-string.
0 commit comments