class Aws::MediaLive::Types::MsSmoothOutputSettings

Ms Smooth Output Settings

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

data as a hash:

    {
      h265_packaging_type: "HEV1", # accepts HEV1, HVC1
      name_modifier: "__string",
    }

@!attribute [rw] h265_packaging_type

Only applicable when this output is referencing an H.265 video
description. Specifies whether MP4 segments should be packaged as
HEV1 or HVC1.
@return [String]

@!attribute [rw] name_modifier

String concatenated to the end of the destination filename. Required
for multiple outputs of the same type.
@return [String]

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

Constants

SENSITIVE