Class: Aws::MediaConvert::Types::EsamSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::MediaConvert::Types::EsamSettings
- Defined in:
- gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb
Overview
Settings for Event Signaling And Messaging (ESAM). If you don't do ad insertion, you can ignore these settings.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#manifest_confirm_condition_notification ⇒ Types::EsamManifestConfirmConditionNotification
Specifies an ESAM ManifestConfirmConditionNotification XML as per OC-SP-ESAM-API-I03-131025.
-
#response_signal_preroll ⇒ Integer
Specifies the stream distance, in milliseconds, between the SCTE 35 messages that the transcoder places and the splice points that they refer to.
-
#signal_processing_notification ⇒ Types::EsamSignalProcessingNotification
Specifies an ESAM SignalProcessingNotification XML as per OC-SP-ESAM-API-I03-131025.
Instance Attribute Details
#manifest_confirm_condition_notification ⇒ Types::EsamManifestConfirmConditionNotification
Specifies an ESAM ManifestConfirmConditionNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the manifest conditioning instructions that you provide in the setting MCC XML.
4862 4863 4864 4865 4866 4867 4868 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 4862 class EsamSettings < Struct.new( :manifest_confirm_condition_notification, :response_signal_preroll, :signal_processing_notification) SENSITIVE = [] include Aws::Structure end |
#response_signal_preroll ⇒ Integer
Specifies the stream distance, in milliseconds, between the SCTE 35 messages that the transcoder places and the splice points that they refer to. If the time between the start of the asset and the SCTE-35 message is less than this value, then the transcoder places the SCTE-35 marker at the beginning of the stream.
4862 4863 4864 4865 4866 4867 4868 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 4862 class EsamSettings < Struct.new( :manifest_confirm_condition_notification, :response_signal_preroll, :signal_processing_notification) SENSITIVE = [] include Aws::Structure end |
#signal_processing_notification ⇒ Types::EsamSignalProcessingNotification
Specifies an ESAM SignalProcessingNotification XML as per OC-SP-ESAM-API-I03-131025. The transcoder uses the signal processing instructions that you provide in the setting SCC XML.
4862 4863 4864 4865 4866 4867 4868 |
# File 'gems/aws-sdk-mediaconvert/lib/aws-sdk-mediaconvert/types.rb', line 4862 class EsamSettings < Struct.new( :manifest_confirm_condition_notification, :response_signal_preroll, :signal_processing_notification) SENSITIVE = [] include Aws::Structure end |