Uses of Class
software.amazon.awscdk.services.medialive.alpha.TimecodeInsertion
Packages that use TimecodeInsertion
Package
Description
AWS::MediaLive Construct Library
-
Uses of TimecodeInsertion in software.amazon.awscdk.services.medialive.alpha
Fields in software.amazon.awscdk.services.medialive.alpha declared as TimecodeInsertionModifier and TypeFieldDescriptionstatic final TimecodeInsertionTimecodeInsertion.DISABLED(experimental) Disabled — do not include timecodes.static final TimecodeInsertionTimecodeInsertion.PIC_TIMING_SEI(experimental) PIC_TIMING_SEI — pass through picture timing SEI messages.Methods in software.amazon.awscdk.services.medialive.alpha that return TimecodeInsertionModifier and TypeMethodDescriptiondefault TimecodeInsertionH264SettingsProps.getTimecodeInsertion()(experimental) Determines how timecodes are inserted into the video elementary stream.final TimecodeInsertionH264SettingsProps.Jsii$Proxy.getTimecodeInsertion()default TimecodeInsertionH265SettingsProps.getTimecodeInsertion()(experimental) Determines how timecodes are inserted into the video elementary stream.final TimecodeInsertionH265SettingsProps.Jsii$Proxy.getTimecodeInsertion()static TimecodeInsertion(experimental) A value not yet modelled by AWS CDK.Methods in software.amazon.awscdk.services.medialive.alpha with parameters of type TimecodeInsertionModifier and TypeMethodDescriptionH264SettingsProps.Builder.timecodeInsertion(TimecodeInsertion timecodeInsertion) Sets the value ofH264SettingsProps.getTimecodeInsertion()H265SettingsProps.Builder.timecodeInsertion(TimecodeInsertion timecodeInsertion) Sets the value ofH265SettingsProps.getTimecodeInsertion()