@@ -993,9 +993,9 @@ pub enum CcxStreamMode {
993993 Program = 2 ,
994994 Asf = 3 ,
995995 McPoodlesRaw = 4 ,
996- Rcwt = 5 , // Raw Captions With Time, not used yet.
997- Myth = 6 , // Use the myth loop
998- Mp4 = 7 , // MP4, ISO-
996+ Rcwt = 5 , // Raw Captions With Time, not used yet.
997+ Myth = 6 , // Use the myth loop
998+ Mp4 = 7 , // MP4, ISO-
999999 Wtv = 9 ,
10001000 Gxf = 11 ,
10011001 Mkv = 12 ,
@@ -1013,14 +1013,14 @@ pub enum CcxOutputDateFormat {
10131013}
10141014
10151015pub struct CcxEncodersTranscriptFormat {
1016- show_start_time : i32 , // Show start and/or end time.
1017- show_end_time : i32 , // Show start and/or end time.
1018- show_mode : i32 , // Show which mode if available (E.G.: POP, RU1, ...)
1019- show_cc : i32 , // Show which CC channel has been captured.
1016+ show_start_time : i32 , // Show start and/or end time.
1017+ show_end_time : i32 , // Show start and/or end time.
1018+ show_mode : i32 , // Show which mode if available (E.G.: POP, RU1, ...)
1019+ show_cc : i32 , // Show which CC channel has been captured.
10201020 relative_timestamp : i32 , // Timestamps relative to start of sample or in UTC?
1021- xds : i32 , // Show XDS or not
1022- use_colors : i32 , // Add colors or no colors
1023- is_final : i32 , // Used to determine if these parameters should be changed afterwards.
1021+ xds : i32 , // Show XDS or not
1022+ use_colors : i32 , // Add colors or no colors
1023+ is_final : i32 , // Used to determine if these parameters should be changed afterwards.
10241024}
10251025
10261026#[ repr( i32 ) ]
@@ -1267,4 +1267,4 @@ pub enum CcxStreamModeEnum {
12671267
12681268pub struct CcxOptions {
12691269 pub messages_target : i32 ,
1270- }
1270+ }
0 commit comments