You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::MediaLive::Types::MsSmoothOutputSettings

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing MsSmoothOutputSettings as input to an Aws::Client method, you can use a vanilla Hash:

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

Ms Smooth Output Settings

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#h265_packaging_typeString

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

Possible values:

  • HEV1
  • HVC1

Returns:

  • (String)

    Only applicable when this output is referencing an H.265 video description.

#name_modifierString

String concatenated to the end of the destination filename. Required for multiple outputs of the same type.

Returns:

  • (String)

    String concatenated to the end of the destination filename.