Uses of Class
software.amazon.awscdk.services.medialive.alpha.FileLocation
Packages that use FileLocation
Package
Description
AWS::MediaLive Construct Library
-
Uses of FileLocation in software.amazon.awscdk.services.medialive.alpha
Methods in software.amazon.awscdk.services.medialive.alpha that return FileLocationModifier and TypeMethodDescriptionstatic FileLocationFileLocation.fromBucket(IBucket bucket, String key) (experimental) Reference a file in an S3 bucket.default FileLocationAudioOnlyHlsSettingsProps.getAudioOnlyImage()(experimental) A .jpg or .png cover-art image embedded in each audio-only segment.final FileLocationAudioOnlyHlsSettingsProps.Jsii$Proxy.getAudioOnlyImage()final FileLocationBurnInDestinationProps.Jsii$Proxy.getFont()default FileLocationCaptionFontStyleProps.getFont()(experimental) An external font file (.ttf or .tte) used for burn-in.final FileLocationCaptionFontStyleProps.Jsii$Proxy.getFont()final FileLocationDvbSubDestinationProps.Jsii$Proxy.getFont()default FileLocationAvailBlanking.getImage()(experimental) A blanking image to display during ad avails.final FileLocationAvailBlanking.Jsii$Proxy.getImage()default FileLocationBlackoutSlate.getImage()(experimental) The blackout slate image.final FileLocationBlackoutSlate.Jsii$Proxy.getImage()default FileLocationInputLossBehavior.getImageSlate()(experimental) The slate image to display.final FileLocationInputLossBehavior.Jsii$Proxy.getImageSlate()default FileLocationBlackoutSlate.getNetworkEndBlackoutImage()(experimental) The network end blackout image.final FileLocationBlackoutSlate.Jsii$Proxy.getNetworkEndBlackoutImage()static FileLocation(experimental) Reference a file by URL (e.g.static FileLocationFileLocation.url(String url, FileLocationOptions options) (experimental) Reference a file by URL (e.g.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type FileLocationModifier and TypeMethodDescriptionAudioOnlyHlsSettingsProps.Builder.audioOnlyImage(FileLocation audioOnlyImage) Sets the value ofAudioOnlyHlsSettingsProps.getAudioOnlyImage()BurnInDestinationProps.Builder.font(FileLocation font) Sets the value ofCaptionFontStyleProps.getFont()CaptionFontStyleProps.Builder.font(FileLocation font) Sets the value ofCaptionFontStyleProps.getFont()DvbSubDestinationProps.Builder.font(FileLocation font) Sets the value ofCaptionFontStyleProps.getFont()AvailBlanking.Builder.image(FileLocation image) Sets the value ofAvailBlanking.getImage()BlackoutSlate.Builder.image(FileLocation image) Sets the value ofBlackoutSlate.getImage()InputLossBehavior.Builder.imageSlate(FileLocation imageSlate) Sets the value ofInputLossBehavior.getImageSlate()BlackoutSlate.Builder.networkEndBlackoutImage(FileLocation networkEndBlackoutImage) Sets the value ofBlackoutSlate.getNetworkEndBlackoutImage()