@Stability(value=Stable)
public static interface CfnChannel.HlsOutputSettingsProperty
extends software.amazon.jsii.JsiiSerializable
The parent of this entity is OutputSettings.
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.*;
HlsOutputSettingsProperty hlsOutputSettingsProperty = HlsOutputSettingsProperty.builder()
.h265PackagingType("h265PackagingType")
.hlsSettings(HlsSettingsProperty.builder()
.audioOnlyHlsSettings(AudioOnlyHlsSettingsProperty.builder()
.audioGroupId("audioGroupId")
.audioOnlyImage(InputLocationProperty.builder()
.passwordParam("passwordParam")
.uri("uri")
.username("username")
.build())
.audioTrackType("audioTrackType")
.segmentType("segmentType")
.build())
.fmp4HlsSettings(Fmp4HlsSettingsProperty.builder()
.audioRenditionSets("audioRenditionSets")
.nielsenId3Behavior("nielsenId3Behavior")
.timedMetadataBehavior("timedMetadataBehavior")
.build())
.frameCaptureHlsSettings(FrameCaptureHlsSettingsProperty.builder().build())
.standardHlsSettings(StandardHlsSettingsProperty.builder()
.audioRenditionSets("audioRenditionSets")
.m3U8Settings(M3u8SettingsProperty.builder()
.audioFramesPerPes(123)
.audioPids("audioPids")
.ecmPid("ecmPid")
.nielsenId3Behavior("nielsenId3Behavior")
.patInterval(123)
.pcrControl("pcrControl")
.pcrPeriod(123)
.pcrPid("pcrPid")
.pmtInterval(123)
.pmtPid("pmtPid")
.programNum(123)
.scte35Behavior("scte35Behavior")
.scte35Pid("scte35Pid")
.timedMetadataBehavior("timedMetadataBehavior")
.timedMetadataPid("timedMetadataPid")
.transportStreamId(123)
.videoPid("videoPid")
.build())
.build())
.build())
.nameModifier("nameModifier")
.segmentModifier("segmentModifier")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnChannel.HlsOutputSettingsProperty.Builder
A builder for
CfnChannel.HlsOutputSettingsProperty |
static class |
CfnChannel.HlsOutputSettingsProperty.Jsii$Proxy
An implementation for
CfnChannel.HlsOutputSettingsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnChannel.HlsOutputSettingsProperty.Builder |
builder() |
default String |
getH265PackagingType()
Only applicable when this output is referencing an H.265 video description.
|
default Object |
getHlsSettings()
The settings regarding the underlying stream.
|
default String |
getNameModifier()
A string that is concatenated to the end of the destination file name.
|
default String |
getSegmentModifier()
A string that is concatenated to the end of segment file names.
|
@Stability(value=Stable) @Nullable default String getH265PackagingType()
@Stability(value=Stable) @Nullable default Object getHlsSettings()
These settings are different for audio-only outputs.
@Stability(value=Stable) @Nullable default String getNameModifier()
Accepts "Format Identifiers":#formatIdentifierParameters.
@Stability(value=Stable) @Nullable default String getSegmentModifier()
@Stability(value=Stable) static CfnChannel.HlsOutputSettingsProperty.Builder builder()
Copyright © 2022. All rights reserved.