Interface HlsRenditionSelectionOptions
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HlsRenditionSelectionOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.139.0 (build 26a6b54)",
date="2026-09-02T11:03:41.140Z")
@Stability(Experimental)
public interface HlsRenditionSelectionOptions
extends software.amazon.jsii.JsiiSerializable
(experimental) Options for selecting an HLS audio rendition.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.medialive.alpha.*;
HlsRenditionSelectionOptions hlsRenditionSelectionOptions = HlsRenditionSelectionOptions.builder()
.groupId("groupId")
.renditionName("renditionName")
.build();
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forHlsRenditionSelectionOptionsstatic final classAn implementation forHlsRenditionSelectionOptions -
Method Summary
Modifier and TypeMethodDescriptionbuilder()(experimental) TheGROUP-IDin the#EXT-X-MEDIAtag of the target HLS audio rendition.(experimental) TheNAMEin the#EXT-X-MEDIAtag of the target HLS audio rendition.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupId
(experimental) TheGROUP-IDin the#EXT-X-MEDIAtag of the target HLS audio rendition. -
getRenditionName
(experimental) TheNAMEin the#EXT-X-MEDIAtag of the target HLS audio rendition. -
builder
-