Uses of Class
software.amazon.awscdk.services.medialive.alpha.DolbyEProgramSelection
Packages that use DolbyEProgramSelection
Package
Description
AWS::MediaLive Construct Library
-
Uses of DolbyEProgramSelection in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as DolbyEProgramSelectionModifier and TypeFieldDescriptionstatic final DolbyEProgramSelectionDolbyEProgramSelection.ALL_CHANNELS(experimental) Decode all channels.static final DolbyEProgramSelectionDolbyEProgramSelection.PROGRAM_1(experimental) Decode Dolby E program 1.static final DolbyEProgramSelectionDolbyEProgramSelection.PROGRAM_2(experimental) Decode Dolby E program 2.static final DolbyEProgramSelectionDolbyEProgramSelection.PROGRAM_3(experimental) Decode Dolby E program 3.static final DolbyEProgramSelectionDolbyEProgramSelection.PROGRAM_4(experimental) Decode Dolby E program 4.static final DolbyEProgramSelectionDolbyEProgramSelection.PROGRAM_5(experimental) Decode Dolby E program 5.static final DolbyEProgramSelectionDolbyEProgramSelection.PROGRAM_6(experimental) Decode Dolby E program 6.static final DolbyEProgramSelectionDolbyEProgramSelection.PROGRAM_7(experimental) Decode Dolby E program 7.static final DolbyEProgramSelectionDolbyEProgramSelection.PROGRAM_8(experimental) Decode Dolby E program 8.Methods in software.amazon.awscdk.services.medialive.alpha that return DolbyEProgramSelectionModifier and TypeMethodDescriptiondefault DolbyEProgramSelectionAudioPidConfig.getDolbyEDecode()(experimental) Which Dolby E program to decode from this PID.final DolbyEProgramSelectionAudioPidConfig.Jsii$Proxy.getDolbyEDecode()static DolbyEProgramSelection(experimental) A value not yet modelled by AWS CDK.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type DolbyEProgramSelectionModifier and TypeMethodDescriptionstatic AudioSelectorAudioSelector.byTrack(String name, List<? extends AudioTrackConfig> tracks, DolbyEProgramSelection dolbyEProgramSelection) (experimental) Select one or more audio tracks (1-based) from the source.AudioPidConfig.Builder.dolbyEDecode(DolbyEProgramSelection dolbyEDecode) Sets the value ofAudioPidConfig.getDolbyEDecode()