Skip to content

Commit 82c8bee

Browse files
author
awstools
committed
feat(client-medialive): MediaLive now supports passthrough of KLV data to a HLS output group with a TS container. MediaLive now supports setting an attenuation mode for AC3 audio when the coding mode is 3/2 LFE. MediaLive now supports specifying whether to include filler NAL units in RTMP output group settings.
1 parent 81ae519 commit 82c8bee

File tree

14 files changed

+25703
-25536
lines changed

14 files changed

+25703
-25536
lines changed

clients/client-medialive/src/commands/CreateChannelCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
116116
* DrcProfile: "FILM_STANDARD" || "NONE",
117117
* LfeFilter: "DISABLED" || "ENABLED",
118118
* MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
119+
* AttenuationControl: "ATTENUATE_3_DB" || "NONE",
119120
* },
120121
* Eac3AtmosSettings: { // Eac3AtmosSettings
121122
* Bitrate: Number("double"),
@@ -487,6 +488,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
487488
* CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
488489
* InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
489490
* RestartDelay: Number("int"),
491+
* IncludeFillerNalUnits: "AUTO" || "DROP" || "INCLUDE",
490492
* },
491493
* UdpGroupSettings: { // UdpGroupSettings
492494
* InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -610,6 +612,8 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
610612
* TimedMetadataPid: "STRING_VALUE",
611613
* TransportStreamId: Number("int"),
612614
* VideoPid: "STRING_VALUE",
615+
* KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
616+
* KlvDataPids: "STRING_VALUE",
613617
* },
614618
* },
615619
* },
@@ -1115,6 +1119,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
11151119
* // DrcProfile: "FILM_STANDARD" || "NONE",
11161120
* // LfeFilter: "DISABLED" || "ENABLED",
11171121
* // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
1122+
* // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
11181123
* // },
11191124
* // Eac3AtmosSettings: { // Eac3AtmosSettings
11201125
* // Bitrate: Number("double"),
@@ -1486,6 +1491,7 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
14861491
* // CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
14871492
* // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
14881493
* // RestartDelay: Number("int"),
1494+
* // IncludeFillerNalUnits: "AUTO" || "DROP" || "INCLUDE",
14891495
* // },
14901496
* // UdpGroupSettings: { // UdpGroupSettings
14911497
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -1609,6 +1615,8 @@ export interface CreateChannelCommandOutput extends CreateChannelResponse, __Met
16091615
* // TimedMetadataPid: "STRING_VALUE",
16101616
* // TransportStreamId: Number("int"),
16111617
* // VideoPid: "STRING_VALUE",
1618+
* // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1619+
* // KlvDataPids: "STRING_VALUE",
16121620
* // },
16131621
* // },
16141622
* // },

clients/client-medialive/src/commands/DeleteChannelCommand.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
127127
* // DrcProfile: "FILM_STANDARD" || "NONE",
128128
* // LfeFilter: "DISABLED" || "ENABLED",
129129
* // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
130+
* // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
130131
* // },
131132
* // Eac3AtmosSettings: { // Eac3AtmosSettings
132133
* // Bitrate: Number("double"),
@@ -498,6 +499,7 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
498499
* // CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
499500
* // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
500501
* // RestartDelay: Number("int"),
502+
* // IncludeFillerNalUnits: "AUTO" || "DROP" || "INCLUDE",
501503
* // },
502504
* // UdpGroupSettings: { // UdpGroupSettings
503505
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -621,6 +623,8 @@ export interface DeleteChannelCommandOutput extends DeleteChannelResponse, __Met
621623
* // TimedMetadataPid: "STRING_VALUE",
622624
* // TransportStreamId: Number("int"),
623625
* // VideoPid: "STRING_VALUE",
626+
* // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
627+
* // KlvDataPids: "STRING_VALUE",
624628
* // },
625629
* // },
626630
* // },

clients/client-medialive/src/commands/DescribeChannelCommand.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
127127
* // DrcProfile: "FILM_STANDARD" || "NONE",
128128
* // LfeFilter: "DISABLED" || "ENABLED",
129129
* // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
130+
* // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
130131
* // },
131132
* // Eac3AtmosSettings: { // Eac3AtmosSettings
132133
* // Bitrate: Number("double"),
@@ -498,6 +499,7 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
498499
* // CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
499500
* // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
500501
* // RestartDelay: Number("int"),
502+
* // IncludeFillerNalUnits: "AUTO" || "DROP" || "INCLUDE",
501503
* // },
502504
* // UdpGroupSettings: { // UdpGroupSettings
503505
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -621,6 +623,8 @@ export interface DescribeChannelCommandOutput extends DescribeChannelResponse, _
621623
* // TimedMetadataPid: "STRING_VALUE",
622624
* // TransportStreamId: Number("int"),
623625
* // VideoPid: "STRING_VALUE",
626+
* // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
627+
* // KlvDataPids: "STRING_VALUE",
624628
* // },
625629
* // },
626630
* // },

clients/client-medialive/src/commands/ListTagsForResourceCommand.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import {
1414
} from "@smithy/types";
1515

1616
import { MediaLiveClientResolvedConfig, ServiceInputTypes, ServiceOutputTypes } from "../MediaLiveClient";
17-
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_1";
17+
import { ListTagsForResourceRequest, ListTagsForResourceResponse } from "../models/models_2";
1818
import { de_ListTagsForResourceCommand, se_ListTagsForResourceCommand } from "../protocols/Aws_restJson1";
1919

2020
/**

clients/client-medialive/src/commands/StartChannelCommand.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
127127
* // DrcProfile: "FILM_STANDARD" || "NONE",
128128
* // LfeFilter: "DISABLED" || "ENABLED",
129129
* // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
130+
* // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
130131
* // },
131132
* // Eac3AtmosSettings: { // Eac3AtmosSettings
132133
* // Bitrate: Number("double"),
@@ -498,6 +499,7 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
498499
* // CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
499500
* // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
500501
* // RestartDelay: Number("int"),
502+
* // IncludeFillerNalUnits: "AUTO" || "DROP" || "INCLUDE",
501503
* // },
502504
* // UdpGroupSettings: { // UdpGroupSettings
503505
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -621,6 +623,8 @@ export interface StartChannelCommandOutput extends StartChannelResponse, __Metad
621623
* // TimedMetadataPid: "STRING_VALUE",
622624
* // TransportStreamId: Number("int"),
623625
* // VideoPid: "STRING_VALUE",
626+
* // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
627+
* // KlvDataPids: "STRING_VALUE",
624628
* // },
625629
* // },
626630
* // },

clients/client-medialive/src/commands/StopChannelCommand.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
127127
* // DrcProfile: "FILM_STANDARD" || "NONE",
128128
* // LfeFilter: "DISABLED" || "ENABLED",
129129
* // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
130+
* // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
130131
* // },
131132
* // Eac3AtmosSettings: { // Eac3AtmosSettings
132133
* // Bitrate: Number("double"),
@@ -498,6 +499,7 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
498499
* // CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
499500
* // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
500501
* // RestartDelay: Number("int"),
502+
* // IncludeFillerNalUnits: "AUTO" || "DROP" || "INCLUDE",
501503
* // },
502504
* // UdpGroupSettings: { // UdpGroupSettings
503505
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -621,6 +623,8 @@ export interface StopChannelCommandOutput extends StopChannelResponse, __Metadat
621623
* // TimedMetadataPid: "STRING_VALUE",
622624
* // TransportStreamId: Number("int"),
623625
* // VideoPid: "STRING_VALUE",
626+
* // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
627+
* // KlvDataPids: "STRING_VALUE",
624628
* // },
625629
* // },
626630
* // },

clients/client-medialive/src/commands/UpdateChannelClassCommand.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,7 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
151151
* // DrcProfile: "FILM_STANDARD" || "NONE",
152152
* // LfeFilter: "DISABLED" || "ENABLED",
153153
* // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
154+
* // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
154155
* // },
155156
* // Eac3AtmosSettings: { // Eac3AtmosSettings
156157
* // Bitrate: Number("double"),
@@ -522,6 +523,7 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
522523
* // CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
523524
* // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
524525
* // RestartDelay: Number("int"),
526+
* // IncludeFillerNalUnits: "AUTO" || "DROP" || "INCLUDE",
525527
* // },
526528
* // UdpGroupSettings: { // UdpGroupSettings
527529
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -645,6 +647,8 @@ export interface UpdateChannelClassCommandOutput extends UpdateChannelClassRespo
645647
* // TimedMetadataPid: "STRING_VALUE",
646648
* // TransportStreamId: Number("int"),
647649
* // VideoPid: "STRING_VALUE",
650+
* // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
651+
* // KlvDataPids: "STRING_VALUE",
648652
* // },
649653
* // },
650654
* // },

clients/client-medialive/src/commands/UpdateChannelCommand.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
116116
* DrcProfile: "FILM_STANDARD" || "NONE",
117117
* LfeFilter: "DISABLED" || "ENABLED",
118118
* MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
119+
* AttenuationControl: "ATTENUATE_3_DB" || "NONE",
119120
* },
120121
* Eac3AtmosSettings: { // Eac3AtmosSettings
121122
* Bitrate: Number("double"),
@@ -487,6 +488,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
487488
* CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
488489
* InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
489490
* RestartDelay: Number("int"),
491+
* IncludeFillerNalUnits: "AUTO" || "DROP" || "INCLUDE",
490492
* },
491493
* UdpGroupSettings: { // UdpGroupSettings
492494
* InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -610,6 +612,8 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
610612
* TimedMetadataPid: "STRING_VALUE",
611613
* TransportStreamId: Number("int"),
612614
* VideoPid: "STRING_VALUE",
615+
* KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
616+
* KlvDataPids: "STRING_VALUE",
613617
* },
614618
* },
615619
* },
@@ -1100,6 +1104,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
11001104
* // DrcProfile: "FILM_STANDARD" || "NONE",
11011105
* // LfeFilter: "DISABLED" || "ENABLED",
11021106
* // MetadataControl: "FOLLOW_INPUT" || "USE_CONFIGURED",
1107+
* // AttenuationControl: "ATTENUATE_3_DB" || "NONE",
11031108
* // },
11041109
* // Eac3AtmosSettings: { // Eac3AtmosSettings
11051110
* // Bitrate: Number("double"),
@@ -1471,6 +1476,7 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
14711476
* // CaptionData: "ALL" || "FIELD1_608" || "FIELD1_AND_FIELD2_608",
14721477
* // InputLossAction: "EMIT_OUTPUT" || "PAUSE_OUTPUT",
14731478
* // RestartDelay: Number("int"),
1479+
* // IncludeFillerNalUnits: "AUTO" || "DROP" || "INCLUDE",
14741480
* // },
14751481
* // UdpGroupSettings: { // UdpGroupSettings
14761482
* // InputLossAction: "DROP_PROGRAM" || "DROP_TS" || "EMIT_PROGRAM",
@@ -1594,6 +1600,8 @@ export interface UpdateChannelCommandOutput extends UpdateChannelResponse, __Met
15941600
* // TimedMetadataPid: "STRING_VALUE",
15951601
* // TransportStreamId: Number("int"),
15961602
* // VideoPid: "STRING_VALUE",
1603+
* // KlvBehavior: "NO_PASSTHROUGH" || "PASSTHROUGH",
1604+
* // KlvDataPids: "STRING_VALUE",
15971605
* // },
15981606
* // },
15991607
* // },

clients/client-medialive/src/endpoint/ruleset.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@ m={[r]:"booleanEquals",[s]:[true,{[r]:"getAttr",[s]:[{[t]:e},"supportsDualStack"
2626
n=[i],
2727
o=[j],
2828
p=[{[t]:"Region"}];
29-
const _data={version:"1.0",parameters:{Region:f,UseDualStack:g,UseFIPS:g,Endpoint:f},rules:[{conditions:[{[r]:a,[s]:[h]}],type:b,rules:[{conditions:n,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:c},{type:b,rules:[{conditions:o,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:c},{endpoint:{url:h,properties:k,headers:k},type:d}]}]},{type:b,rules:[{conditions:[{[r]:a,[s]:p}],type:b,rules:[{conditions:[{[r]:"aws.partition",[s]:p,assign:e}],type:b,rules:[{conditions:[i,j],type:b,rules:[{conditions:[l,m],type:b,rules:[{type:b,rules:[{endpoint:{url:"https://medialive-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:k,headers:k},type:d}]}]},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:c}]},{conditions:n,type:b,rules:[{conditions:[l],type:b,rules:[{type:b,rules:[{endpoint:{url:"https://medialive-fips.{Region}.{PartitionResult#dnsSuffix}",properties:k,headers:k},type:d}]}]},{error:"FIPS is enabled but this partition does not support FIPS",type:c}]},{conditions:o,type:b,rules:[{conditions:[m],type:b,rules:[{type:b,rules:[{endpoint:{url:"https://medialive.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:k,headers:k},type:d}]}]},{error:"DualStack is enabled but this partition does not support DualStack",type:c}]},{type:b,rules:[{endpoint:{url:"https://medialive.{Region}.{PartitionResult#dnsSuffix}",properties:k,headers:k},type:d}]}]}]},{error:"Invalid Configuration: Missing Region",type:c}]}]};
29+
const _data={version:"1.0",parameters:{Region:f,UseDualStack:g,UseFIPS:g,Endpoint:f},rules:[{conditions:[{[r]:a,[s]:[h]}],type:b,rules:[{conditions:n,error:"Invalid Configuration: FIPS and custom endpoint are not supported",type:c},{conditions:o,error:"Invalid Configuration: Dualstack and custom endpoint are not supported",type:c},{endpoint:{url:h,properties:k,headers:k},type:d}]},{conditions:[{[r]:a,[s]:p}],type:b,rules:[{conditions:[{[r]:"aws.partition",[s]:p,assign:e}],type:b,rules:[{conditions:[i,j],type:b,rules:[{conditions:[l,m],type:b,rules:[{endpoint:{url:"https://medialive-fips.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:k,headers:k},type:d}]},{error:"FIPS and DualStack are enabled, but this partition does not support one or both",type:c}]},{conditions:n,type:b,rules:[{conditions:[l],type:b,rules:[{endpoint:{url:"https://medialive-fips.{Region}.{PartitionResult#dnsSuffix}",properties:k,headers:k},type:d}]},{error:"FIPS is enabled but this partition does not support FIPS",type:c}]},{conditions:o,type:b,rules:[{conditions:[m],type:b,rules:[{endpoint:{url:"https://medialive.{Region}.{PartitionResult#dualStackDnsSuffix}",properties:k,headers:k},type:d}]},{error:"DualStack is enabled but this partition does not support DualStack",type:c}]},{endpoint:{url:"https://medialive.{Region}.{PartitionResult#dnsSuffix}",properties:k,headers:k},type:d}]}]},{error:"Invalid Configuration: Missing Region",type:c}]};
3030
export const ruleSet: RuleSetObject = _data;

clients/client-medialive/src/models/models_0.ts

Lines changed: 46 additions & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -424,6 +424,20 @@ export interface AacSettings {
424424
VbrQuality?: AacVbrQuality | string;
425425
}
426426

427+
/**
428+
* @public
429+
* @enum
430+
*/
431+
export const Ac3AttenuationControl = {
432+
ATTENUATE_3_DB: "ATTENUATE_3_DB",
433+
NONE: "NONE",
434+
} as const;
435+
436+
/**
437+
* @public
438+
*/
439+
export type Ac3AttenuationControl = (typeof Ac3AttenuationControl)[keyof typeof Ac3AttenuationControl];
440+
427441
/**
428442
* @public
429443
* @enum
@@ -548,6 +562,12 @@ export interface Ac3Settings {
548562
* When set to "followInput", encoder metadata will be sourced from the DD, DD+, or DolbyE decoder that supplied this audio data. If audio was not supplied from one of these streams, then the static metadata settings will be used.
549563
*/
550564
MetadataControl?: Ac3MetadataControl | string;
565+
566+
/**
567+
* @public
568+
* Applies a 3 dB attenuation to the surround channels. Applies only when the coding mode parameter is CODING_MODE_3_2_LFE.
569+
*/
570+
AttenuationControl?: Ac3AttenuationControl | string;
551571
}
552572

553573
/**
@@ -5590,6 +5610,20 @@ export interface Fmp4HlsSettings {
55905610
*/
55915611
export interface FrameCaptureHlsSettings {}
55925612

5613+
/**
5614+
* @public
5615+
* @enum
5616+
*/
5617+
export const M3u8KlvBehavior = {
5618+
NO_PASSTHROUGH: "NO_PASSTHROUGH",
5619+
PASSTHROUGH: "PASSTHROUGH",
5620+
} as const;
5621+
5622+
/**
5623+
* @public
5624+
*/
5625+
export type M3u8KlvBehavior = (typeof M3u8KlvBehavior)[keyof typeof M3u8KlvBehavior];
5626+
55935627
/**
55945628
* @public
55955629
* @enum
@@ -5752,6 +5786,18 @@ export interface M3u8Settings {
57525786
* Packet Identifier (PID) of the elementary video stream in the transport stream. Can be entered as a decimal or hexadecimal value.
57535787
*/
57545788
VideoPid?: string;
5789+
5790+
/**
5791+
* @public
5792+
* If set to passthrough, passes any KLV data from the input source to this output.
5793+
*/
5794+
KlvBehavior?: M3u8KlvBehavior | string;
5795+
5796+
/**
5797+
* @public
5798+
* Packet Identifier (PID) for input source KLV data to this output. Multiple values are accepted, and can be entered in ranges and/or by comma separation. Can be entered as decimal or hexadecimal values. Each PID specified must be in the range of 32 (or 0x20)..8182 (or 0x1ff6).
5799+
*/
5800+
KlvDataPids?: string;
57555801
}
57565802

57575803
/**
@@ -6654,31 +6700,3 @@ export interface KeyProviderSettings {
66546700
*/
66556701
StaticKeySettings?: StaticKeySettings;
66566702
}
6657-
6658-
/**
6659-
* @public
6660-
* @enum
6661-
*/
6662-
export const HlsManifestCompression = {
6663-
GZIP: "GZIP",
6664-
NONE: "NONE",
6665-
} as const;
6666-
6667-
/**
6668-
* @public
6669-
*/
6670-
export type HlsManifestCompression = (typeof HlsManifestCompression)[keyof typeof HlsManifestCompression];
6671-
6672-
/**
6673-
* @public
6674-
* @enum
6675-
*/
6676-
export const HlsManifestDurationFormat = {
6677-
FLOATING_POINT: "FLOATING_POINT",
6678-
INTEGER: "INTEGER",
6679-
} as const;
6680-
6681-
/**
6682-
* @public
6683-
*/
6684-
export type HlsManifestDurationFormat = (typeof HlsManifestDurationFormat)[keyof typeof HlsManifestDurationFormat];

0 commit comments

Comments
 (0)