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
feat(client-medialive): This change exposes API settings which allow Dolby Atmos and Dolby Vision to be used when running a channel using Elemental Media Live
* Average bitrate in bits/second. Valid bitrates depend on the coding mode.
346
+
* // * @affectsRightSizing true
347
+
*/
348
+
Bitrate?: number;
349
+
350
+
/**
351
+
* Dolby Digital Plus with Dolby Atmos coding mode. Determines number of channels.
352
+
*/
353
+
CodingMode?: Eac3AtmosCodingMode|string;
354
+
355
+
/**
356
+
* Sets the dialnorm for the output. Default 23.
357
+
*/
358
+
Dialnorm?: number;
359
+
360
+
/**
361
+
* Sets the Dolby dynamic range compression profile.
362
+
*/
363
+
DrcLine?: Eac3AtmosDrcLine|string;
364
+
365
+
/**
366
+
* Sets the profile for heavy Dolby dynamic range compression, ensures that the instantaneous signal peaks do not exceed specified levels.
367
+
*/
368
+
DrcRf?: Eac3AtmosDrcRf|string;
369
+
370
+
/**
371
+
* Height dimensional trim. Sets the maximum amount to attenuate the height channels when the downstream player isn??t configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.
372
+
*/
373
+
HeightTrim?: number;
374
+
375
+
/**
376
+
* Surround dimensional trim. Sets the maximum amount to attenuate the surround channels when the downstream player isn't configured to handle Dolby Digital Plus with Dolby Atmos and must remix the channels.
0 commit comments