@@ -654,6 +654,24 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
654
654
* },
655
655
* MultiplexOutputSettings: { // MultiplexOutputSettings
656
656
* Destination: "<OutputLocationRef>", // required
657
+ * ContainerSettings: { // MultiplexContainerSettings
658
+ * MultiplexM2tsSettings: { // MultiplexM2tsSettings
659
+ * AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
660
+ * Arib: "DISABLED" || "ENABLED",
661
+ * AudioBufferModel: "ATSC" || "DVB",
662
+ * AudioFramesPerPes: Number("int"),
663
+ * AudioStreamType: "ATSC" || "DVB",
664
+ * CcDescriptor: "DISABLED" || "ENABLED",
665
+ * Ebif: "NONE" || "PASSTHROUGH",
666
+ * EsRateInPes: "EXCLUDE" || "INCLUDE",
667
+ * Klv: "NONE" || "PASSTHROUGH",
668
+ * NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
669
+ * PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
670
+ * PcrPeriod: Number("int"),
671
+ * Scte35Control: "NONE" || "PASSTHROUGH",
672
+ * Scte35PrerollPullupMilliseconds: Number("double"),
673
+ * },
674
+ * },
657
675
* },
658
676
* RtmpOutputSettings: { // RtmpOutputSettings
659
677
* CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY",
@@ -845,6 +863,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
845
863
* PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
846
864
* Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
847
865
* },
866
+ * BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings
867
+ * PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3",
868
+ * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4",
869
+ * },
848
870
* },
849
871
* FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
850
872
* FlickerAq: "DISABLED" || "ENABLED",
@@ -907,6 +929,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
907
929
* PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
908
930
* Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
909
931
* },
932
+ * BandwidthReductionFilterSettings: {
933
+ * PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3",
934
+ * Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4",
935
+ * },
910
936
* },
911
937
* FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
912
938
* FlickerAq: "DISABLED" || "ENABLED",
@@ -1816,6 +1842,24 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
1816
1842
* // },
1817
1843
* // MultiplexOutputSettings: { // MultiplexOutputSettings
1818
1844
* // Destination: "<OutputLocationRef>", // required
1845
+ * // ContainerSettings: { // MultiplexContainerSettings
1846
+ * // MultiplexM2tsSettings: { // MultiplexM2tsSettings
1847
+ * // AbsentInputAudioBehavior: "DROP" || "ENCODE_SILENCE",
1848
+ * // Arib: "DISABLED" || "ENABLED",
1849
+ * // AudioBufferModel: "ATSC" || "DVB",
1850
+ * // AudioFramesPerPes: Number("int"),
1851
+ * // AudioStreamType: "ATSC" || "DVB",
1852
+ * // CcDescriptor: "DISABLED" || "ENABLED",
1853
+ * // Ebif: "NONE" || "PASSTHROUGH",
1854
+ * // EsRateInPes: "EXCLUDE" || "INCLUDE",
1855
+ * // Klv: "NONE" || "PASSTHROUGH",
1856
+ * // NielsenId3Behavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1857
+ * // PcrControl: "CONFIGURED_PCR_PERIOD" || "PCR_EVERY_PES_PACKET",
1858
+ * // PcrPeriod: Number("int"),
1859
+ * // Scte35Control: "NONE" || "PASSTHROUGH",
1860
+ * // Scte35PrerollPullupMilliseconds: Number("double"),
1861
+ * // },
1862
+ * // },
1819
1863
* // },
1820
1864
* // RtmpOutputSettings: { // RtmpOutputSettings
1821
1865
* // CertificateMode: "SELF_SIGNED" || "VERIFY_AUTHENTICITY",
@@ -2007,6 +2051,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
2007
2051
* // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
2008
2052
* // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
2009
2053
* // },
2054
+ * // BandwidthReductionFilterSettings: { // BandwidthReductionFilterSettings
2055
+ * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3",
2056
+ * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4",
2057
+ * // },
2010
2058
* // },
2011
2059
* // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
2012
2060
* // FlickerAq: "DISABLED" || "ENABLED",
@@ -2069,6 +2117,10 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
2069
2117
* // PostFilterSharpening: "AUTO" || "DISABLED" || "ENABLED",
2070
2118
* // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4" || "STRENGTH_5" || "STRENGTH_6" || "STRENGTH_7" || "STRENGTH_8" || "STRENGTH_9" || "STRENGTH_10" || "STRENGTH_11" || "STRENGTH_12" || "STRENGTH_13" || "STRENGTH_14" || "STRENGTH_15" || "STRENGTH_16",
2071
2119
* // },
2120
+ * // BandwidthReductionFilterSettings: {
2121
+ * // PostFilterSharpening: "DISABLED" || "SHARPENING_1" || "SHARPENING_2" || "SHARPENING_3",
2122
+ * // Strength: "AUTO" || "STRENGTH_1" || "STRENGTH_2" || "STRENGTH_3" || "STRENGTH_4",
2123
+ * // },
2072
2124
* // },
2073
2125
* // FixedAfd: "AFD_0000" || "AFD_0010" || "AFD_0011" || "AFD_0100" || "AFD_1000" || "AFD_1001" || "AFD_1010" || "AFD_1011" || "AFD_1101" || "AFD_1110" || "AFD_1111",
2074
2126
* // FlickerAq: "DISABLED" || "ENABLED",
0 commit comments