Uses of Class
software.amazon.awscdk.services.ivs.alpha.Channel.Builder
Packages that use Channel.Builder
-
Uses of Channel.Builder in software.amazon.awscdk.services.ivs.alpha
Methods in software.amazon.awscdk.services.ivs.alpha that return Channel.BuilderModifier and TypeMethodDescriptionChannel.Builder.authorized(Boolean authorized) (experimental) Whether the channel is authorized.Channel.Builder.channelName(String channelName) (experimental) A name for the channel.Channel.Builder.containerFormat(ContainerFormat containerFormat) (experimental) Indicates which content-packaging format is used (MPEG-TS or fMP4).static Channel.BuilderChannel.Builder.insecureIngest(Boolean insecureIngest) (experimental) Whether the channel allows insecure RTMP ingest.Channel.Builder.latencyMode(LatencyMode latencyMode) (experimental) Channel latency mode.Channel.Builder.multitrackInputConfiguration(MultitrackInputConfiguration multitrackInputConfiguration) (experimental) Object specifying multitrack input configuration.(experimental) An optional transcode preset for the channel.Channel.Builder.recordingConfiguration(IRecordingConfiguration recordingConfiguration) (experimental) A recording configuration for the channel.Channel.Builder.type(ChannelType type) (experimental) The channel type, which determines the allowable resolution and bitrate.