@@ -461,6 +461,10 @@ private function populateResultBurninDestinationSettings(array $json): BurninDes
461461 'BackgroundOpacity ' => isset ($ json ['backgroundOpacity ' ]) ? (int ) $ json ['backgroundOpacity ' ] : null ,
462462 'FallbackFont ' => isset ($ json ['fallbackFont ' ]) ? (string ) $ json ['fallbackFont ' ] : null ,
463463 'FontColor ' => isset ($ json ['fontColor ' ]) ? (string ) $ json ['fontColor ' ] : null ,
464+ 'FontFileBold ' => isset ($ json ['fontFileBold ' ]) ? (string ) $ json ['fontFileBold ' ] : null ,
465+ 'FontFileBoldItalic ' => isset ($ json ['fontFileBoldItalic ' ]) ? (string ) $ json ['fontFileBoldItalic ' ] : null ,
466+ 'FontFileItalic ' => isset ($ json ['fontFileItalic ' ]) ? (string ) $ json ['fontFileItalic ' ] : null ,
467+ 'FontFileRegular ' => isset ($ json ['fontFileRegular ' ]) ? (string ) $ json ['fontFileRegular ' ] : null ,
464468 'FontOpacity ' => isset ($ json ['fontOpacity ' ]) ? (int ) $ json ['fontOpacity ' ] : null ,
465469 'FontResolution ' => isset ($ json ['fontResolution ' ]) ? (int ) $ json ['fontResolution ' ] : null ,
466470 'FontScript ' => isset ($ json ['fontScript ' ]) ? (string ) $ json ['fontScript ' ] : null ,
@@ -802,6 +806,10 @@ private function populateResultDvbSubDestinationSettings(array $json): DvbSubDes
802806 'DdsYCoordinate ' => isset ($ json ['ddsYCoordinate ' ]) ? (int ) $ json ['ddsYCoordinate ' ] : null ,
803807 'FallbackFont ' => isset ($ json ['fallbackFont ' ]) ? (string ) $ json ['fallbackFont ' ] : null ,
804808 'FontColor ' => isset ($ json ['fontColor ' ]) ? (string ) $ json ['fontColor ' ] : null ,
809+ 'FontFileBold ' => isset ($ json ['fontFileBold ' ]) ? (string ) $ json ['fontFileBold ' ] : null ,
810+ 'FontFileBoldItalic ' => isset ($ json ['fontFileBoldItalic ' ]) ? (string ) $ json ['fontFileBoldItalic ' ] : null ,
811+ 'FontFileItalic ' => isset ($ json ['fontFileItalic ' ]) ? (string ) $ json ['fontFileItalic ' ] : null ,
812+ 'FontFileRegular ' => isset ($ json ['fontFileRegular ' ]) ? (string ) $ json ['fontFileRegular ' ] : null ,
805813 'FontOpacity ' => isset ($ json ['fontOpacity ' ]) ? (int ) $ json ['fontOpacity ' ] : null ,
806814 'FontResolution ' => isset ($ json ['fontResolution ' ]) ? (int ) $ json ['fontResolution ' ] : null ,
807815 'FontScript ' => isset ($ json ['fontScript ' ]) ? (string ) $ json ['fontScript ' ] : null ,
@@ -1458,6 +1466,7 @@ private function populateResultM2tsSettings(array $json): M2tsSettings
14581466 'PcrPid ' => isset ($ json ['pcrPid ' ]) ? (int ) $ json ['pcrPid ' ] : null ,
14591467 'PmtInterval ' => isset ($ json ['pmtInterval ' ]) ? (int ) $ json ['pmtInterval ' ] : null ,
14601468 'PmtPid ' => isset ($ json ['pmtPid ' ]) ? (int ) $ json ['pmtPid ' ] : null ,
1469+ 'PreventBufferUnderflow ' => isset ($ json ['preventBufferUnderflow ' ]) ? (string ) $ json ['preventBufferUnderflow ' ] : null ,
14611470 'PrivateMetadataPid ' => isset ($ json ['privateMetadataPid ' ]) ? (int ) $ json ['privateMetadataPid ' ] : null ,
14621471 'ProgramNumber ' => isset ($ json ['programNumber ' ]) ? (int ) $ json ['programNumber ' ] : null ,
14631472 'PtsOffset ' => isset ($ json ['ptsOffset ' ]) ? (int ) $ json ['ptsOffset ' ] : null ,
0 commit comments