- Navigation GuideYou are on a type information page within a Client package. Return to the Client landing page
@aws-sdk/client-mediaconvert
HlsRenditionGroupSettings Interface
Settings specific to audio sources in an HLS alternate rendition group. Specify the properties (renditionGroupId, renditionName or renditionLanguageCode) to identify the unique audio track among the alternative rendition groups present in the HLS manifest. If no unique track is found, or multiple tracks match the properties provided, the job fails. If no properties in hlsRenditionGroupSettings are specified, the default audio track within the video segment is chosen. If there is no audio within video segment, the alternative audio with DEFAULT=YES is chosen instead.
Members
Name | Type | Details |
---|---|---|
RenditionGroupId | string | undefined | Optional. Specify alternative group ID |
RenditionLanguageCode | LanguageCode | undefined | Optional. Specify ISO 639-2 or ISO 639-3 code in the language property |
RenditionName | string | undefined | Optional. Specify media name |
Full Signature
export interface HlsRenditionGroupSettings