class Aws::MediaLive::Types::StandardHlsSettings

Standard Hls Settings

@note When making an API call, you may pass StandardHlsSettings

data as a hash:

    {
      audio_rendition_sets: "__string",
      m3u_8_settings: { # required
        audio_frames_per_pes: 1,
        audio_pids: "__string",
        ecm_pid: "__string",
        nielsen_id_3_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
        pat_interval: 1,
        pcr_control: "CONFIGURED_PCR_PERIOD", # accepts CONFIGURED_PCR_PERIOD, PCR_EVERY_PES_PACKET
        pcr_period: 1,
        pcr_pid: "__string",
        pmt_interval: 1,
        pmt_pid: "__string",
        program_num: 1,
        scte_35_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
        scte_35_pid: "__string",
        timed_metadata_behavior: "NO_PASSTHROUGH", # accepts NO_PASSTHROUGH, PASSTHROUGH
        timed_metadata_pid: "__string",
        transport_stream_id: 1,
        video_pid: "__string",
      },
    }

@!attribute [rw] audio_rendition_sets

List all the audio groups that are used with the video output
stream. Input all the audio GROUP-IDs that are associated to the
video, separate by ','.
@return [String]

@!attribute [rw] m3u_8_settings

Settings information for the .m3u8 container
@return [Types::M3u8Settings]

@see docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/StandardHlsSettings AWS API Documentation

Constants

SENSITIVE