You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::MediaConvert::Types::CmfcSettings
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::MediaConvert::Types::CmfcSettings
 
- Defined in:
- (unknown)
Overview
When passing CmfcSettings as input to an Aws::Client method, you can use a vanilla Hash:
{
  scte_35_esam: "INSERT", # accepts INSERT, NONE
  scte_35_source: "PASSTHROUGH", # accepts PASSTHROUGH, NONE
}
Settings for MP4 segments in CMAF
Returned by:
Instance Attribute Summary collapse
- 
  
    
      #scte_35_esam  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Use this setting only when you specify SCTE-35 markers from ESAM. 
- 
  
    
      #scte_35_source  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    Ignore this setting unless you have SCTE-35 markers in your input video file. 
Instance Attribute Details
#scte_35_esam ⇒ String
Use this setting only when you specify SCTE-35 markers from ESAM. Choose INSERT to put SCTE-35 markers in this output at the insertion points that you specify in an ESAM XML document. Provide the document in the setting SCC XML (sccXml).
Possible values:
- INSERT
- NONE
#scte_35_source ⇒ String
Ignore this setting unless you have SCTE-35 markers in your input video file. Choose Passthrough (PASSTHROUGH) if you want SCTE-35 markers that appear in your input to also appear in this output. Choose None (NONE) if you don\'t want those SCTE-35 markers in this output.
Possible values:
- PASSTHROUGH
- NONE