libZSservicesZSamazonka-mediaconvertZSamazonka-mediaconvert
Copyright(c) 2013-2021 Brendan Hay
LicenseMozilla Public License, v. 2.0.
MaintainerBrendan Hay <brendan.g.hay+amazonka@gmail.com>
Stabilityauto-generated
Portabilitynon-portable (GHC extensions)
Safe HaskellNone

Amazonka.MediaConvert.Types.MsSmoothGroupSettings

Description

 
Synopsis

Documentation

data MsSmoothGroupSettings Source #

Settings related to your Microsoft Smooth Streaming output package. For more information, see https://docs.aws.amazon.com/mediaconvert/latest/ug/outputs-file-ABR.html. When you work directly in your JSON job specification, include this object and any required children when you set Type, under OutputGroupSettings, to MS_SMOOTH_GROUP_SETTINGS.

See: newMsSmoothGroupSettings smart constructor.

Constructors

MsSmoothGroupSettings' 

Fields

  • fragmentLength :: Maybe Natural

    Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

  • manifestEncoding :: Maybe MsSmoothManifestEncoding

    Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.

  • destination :: Maybe Text

    Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.

  • audioDeduplication :: Maybe MsSmoothAudioDeduplication

    COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.

  • additionalManifests :: Maybe [MsSmoothAdditionalManifest]

    By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.

  • fragmentLengthControl :: Maybe MsSmoothFragmentLengthControl

    Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

  • destinationSettings :: Maybe DestinationSettings

    Settings associated with the destination. Will vary based on the type of destination

  • encryption :: Maybe MsSmoothEncryptionSettings

    If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.

Instances

Instances details
Eq MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothGroupSettings

Read MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothGroupSettings

Show MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothGroupSettings

Generic MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothGroupSettings

Associated Types

type Rep MsSmoothGroupSettings :: Type -> Type #

NFData MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothGroupSettings

Methods

rnf :: MsSmoothGroupSettings -> () #

Hashable MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothGroupSettings

ToJSON MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothGroupSettings

FromJSON MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothGroupSettings

type Rep MsSmoothGroupSettings Source # 
Instance details

Defined in Amazonka.MediaConvert.Types.MsSmoothGroupSettings

newMsSmoothGroupSettings :: MsSmoothGroupSettings Source #

Create a value of MsSmoothGroupSettings with all optional fields omitted.

Use generic-lens or optics to modify other optional fields.

The following record fields are available, with the corresponding lenses provided for backwards compatibility:

$sel:fragmentLength:MsSmoothGroupSettings', msSmoothGroupSettings_fragmentLength - Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

$sel:manifestEncoding:MsSmoothGroupSettings', msSmoothGroupSettings_manifestEncoding - Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.

$sel:destination:MsSmoothGroupSettings', msSmoothGroupSettings_destination - Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.

$sel:audioDeduplication:MsSmoothGroupSettings', msSmoothGroupSettings_audioDeduplication - COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.

$sel:additionalManifests:MsSmoothGroupSettings', msSmoothGroupSettings_additionalManifests - By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.

$sel:fragmentLengthControl:MsSmoothGroupSettings', msSmoothGroupSettings_fragmentLengthControl - Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

$sel:destinationSettings:MsSmoothGroupSettings', msSmoothGroupSettings_destinationSettings - Settings associated with the destination. Will vary based on the type of destination

$sel:encryption:MsSmoothGroupSettings', msSmoothGroupSettings_encryption - If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.

msSmoothGroupSettings_fragmentLength :: Lens' MsSmoothGroupSettings (Maybe Natural) Source #

Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

msSmoothGroupSettings_manifestEncoding :: Lens' MsSmoothGroupSettings (Maybe MsSmoothManifestEncoding) Source #

Use Manifest encoding (MsSmoothManifestEncoding) to specify the encoding format for the server and client manifest. Valid options are utf8 and utf16.

msSmoothGroupSettings_destination :: Lens' MsSmoothGroupSettings (Maybe Text) Source #

Use Destination (Destination) to specify the S3 output location and the output filename base. Destination accepts format identifiers. If you do not specify the base filename in the URI, the service will use the filename of the input file. If your job has multiple inputs, the service uses the filename of the first input file.

msSmoothGroupSettings_audioDeduplication :: Lens' MsSmoothGroupSettings (Maybe MsSmoothAudioDeduplication) Source #

COMBINE_DUPLICATE_STREAMS combines identical audio encoding settings across a Microsoft Smooth output group into a single audio stream.

msSmoothGroupSettings_additionalManifests :: Lens' MsSmoothGroupSettings (Maybe [MsSmoothAdditionalManifest]) Source #

By default, the service creates one .ism Microsoft Smooth Streaming manifest for each Microsoft Smooth Streaming output group in your job. This default manifest references every output in the output group. To create additional manifests that reference a subset of the outputs in the output group, specify a list of them here.

msSmoothGroupSettings_fragmentLengthControl :: Lens' MsSmoothGroupSettings (Maybe MsSmoothFragmentLengthControl) Source #

Specify how you want MediaConvert to determine the fragment length. Choose Exact (EXACT) to have the encoder use the exact length that you specify with the setting Fragment length (FragmentLength). This might result in extra I-frames. Choose Multiple of GOP (GOP_MULTIPLE) to have the encoder round up the segment lengths to match the next GOP boundary.

msSmoothGroupSettings_destinationSettings :: Lens' MsSmoothGroupSettings (Maybe DestinationSettings) Source #

Settings associated with the destination. Will vary based on the type of destination

msSmoothGroupSettings_encryption :: Lens' MsSmoothGroupSettings (Maybe MsSmoothEncryptionSettings) Source #

If you are using DRM, set DRM System (MsSmoothEncryptionSettings) to specify the value SpekeKeyProvider.