This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
pxz-hos-client-cpp-module/support/aws-sdk-cpp-master/aws-cpp-sdk-medialive/include/aws/medialive/model/Ac3Settings.h

301 lines
11 KiB
C
Raw Normal View History

/**
* Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
* SPDX-License-Identifier: Apache-2.0.
*/
#pragma once
#include <aws/medialive/MediaLive_EXPORTS.h>
#include <aws/medialive/model/Ac3BitstreamMode.h>
#include <aws/medialive/model/Ac3CodingMode.h>
#include <aws/medialive/model/Ac3DrcProfile.h>
#include <aws/medialive/model/Ac3LfeFilter.h>
#include <aws/medialive/model/Ac3MetadataControl.h>
#include <utility>
namespace Aws
{
namespace Utils
{
namespace Json
{
class JsonValue;
class JsonView;
} // namespace Json
} // namespace Utils
namespace MediaLive
{
namespace Model
{
/**
* Ac3 Settings<p><h3>See Also:</h3> <a
* href="http://docs.aws.amazon.com/goto/WebAPI/medialive-2017-10-14/Ac3Settings">AWS
* API Reference</a></p>
*/
class AWS_MEDIALIVE_API Ac3Settings
{
public:
Ac3Settings();
Ac3Settings(Aws::Utils::Json::JsonView jsonValue);
Ac3Settings& operator=(Aws::Utils::Json::JsonView jsonValue);
Aws::Utils::Json::JsonValue Jsonize() const;
/**
* Average bitrate in bits/second. Valid bitrates depend on the coding mode.
*/
inline double GetBitrate() const{ return m_bitrate; }
/**
* Average bitrate in bits/second. Valid bitrates depend on the coding mode.
*/
inline bool BitrateHasBeenSet() const { return m_bitrateHasBeenSet; }
/**
* Average bitrate in bits/second. Valid bitrates depend on the coding mode.
*/
inline void SetBitrate(double value) { m_bitrateHasBeenSet = true; m_bitrate = value; }
/**
* Average bitrate in bits/second. Valid bitrates depend on the coding mode.
*/
inline Ac3Settings& WithBitrate(double value) { SetBitrate(value); return *this;}
/**
* Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC
* A/52-2012 for background on these values.
*/
inline const Ac3BitstreamMode& GetBitstreamMode() const{ return m_bitstreamMode; }
/**
* Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC
* A/52-2012 for background on these values.
*/
inline bool BitstreamModeHasBeenSet() const { return m_bitstreamModeHasBeenSet; }
/**
* Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC
* A/52-2012 for background on these values.
*/
inline void SetBitstreamMode(const Ac3BitstreamMode& value) { m_bitstreamModeHasBeenSet = true; m_bitstreamMode = value; }
/**
* Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC
* A/52-2012 for background on these values.
*/
inline void SetBitstreamMode(Ac3BitstreamMode&& value) { m_bitstreamModeHasBeenSet = true; m_bitstreamMode = std::move(value); }
/**
* Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC
* A/52-2012 for background on these values.
*/
inline Ac3Settings& WithBitstreamMode(const Ac3BitstreamMode& value) { SetBitstreamMode(value); return *this;}
/**
* Specifies the bitstream mode (bsmod) for the emitted AC-3 stream. See ATSC
* A/52-2012 for background on these values.
*/
inline Ac3Settings& WithBitstreamMode(Ac3BitstreamMode&& value) { SetBitstreamMode(std::move(value)); return *this;}
/**
* Dolby Digital coding mode. Determines number of channels.
*/
inline const Ac3CodingMode& GetCodingMode() const{ return m_codingMode; }
/**
* Dolby Digital coding mode. Determines number of channels.
*/
inline bool CodingModeHasBeenSet() const { return m_codingModeHasBeenSet; }
/**
* Dolby Digital coding mode. Determines number of channels.
*/
inline void SetCodingMode(const Ac3CodingMode& value) { m_codingModeHasBeenSet = true; m_codingMode = value; }
/**
* Dolby Digital coding mode. Determines number of channels.
*/
inline void SetCodingMode(Ac3CodingMode&& value) { m_codingModeHasBeenSet = true; m_codingMode = std::move(value); }
/**
* Dolby Digital coding mode. Determines number of channels.
*/
inline Ac3Settings& WithCodingMode(const Ac3CodingMode& value) { SetCodingMode(value); return *this;}
/**
* Dolby Digital coding mode. Determines number of channels.
*/
inline Ac3Settings& WithCodingMode(Ac3CodingMode&& value) { SetCodingMode(std::move(value)); return *this;}
/**
* Sets the dialnorm for the output. If excluded and input audio is Dolby Digital,
* dialnorm will be passed through.
*/
inline int GetDialnorm() const{ return m_dialnorm; }
/**
* Sets the dialnorm for the output. If excluded and input audio is Dolby Digital,
* dialnorm will be passed through.
*/
inline bool DialnormHasBeenSet() const { return m_dialnormHasBeenSet; }
/**
* Sets the dialnorm for the output. If excluded and input audio is Dolby Digital,
* dialnorm will be passed through.
*/
inline void SetDialnorm(int value) { m_dialnormHasBeenSet = true; m_dialnorm = value; }
/**
* Sets the dialnorm for the output. If excluded and input audio is Dolby Digital,
* dialnorm will be passed through.
*/
inline Ac3Settings& WithDialnorm(int value) { SetDialnorm(value); return *this;}
/**
* If set to filmStandard, adds dynamic range compression signaling to the output
* bitstream as defined in the Dolby Digital specification.
*/
inline const Ac3DrcProfile& GetDrcProfile() const{ return m_drcProfile; }
/**
* If set to filmStandard, adds dynamic range compression signaling to the output
* bitstream as defined in the Dolby Digital specification.
*/
inline bool DrcProfileHasBeenSet() const { return m_drcProfileHasBeenSet; }
/**
* If set to filmStandard, adds dynamic range compression signaling to the output
* bitstream as defined in the Dolby Digital specification.
*/
inline void SetDrcProfile(const Ac3DrcProfile& value) { m_drcProfileHasBeenSet = true; m_drcProfile = value; }
/**
* If set to filmStandard, adds dynamic range compression signaling to the output
* bitstream as defined in the Dolby Digital specification.
*/
inline void SetDrcProfile(Ac3DrcProfile&& value) { m_drcProfileHasBeenSet = true; m_drcProfile = std::move(value); }
/**
* If set to filmStandard, adds dynamic range compression signaling to the output
* bitstream as defined in the Dolby Digital specification.
*/
inline Ac3Settings& WithDrcProfile(const Ac3DrcProfile& value) { SetDrcProfile(value); return *this;}
/**
* If set to filmStandard, adds dynamic range compression signaling to the output
* bitstream as defined in the Dolby Digital specification.
*/
inline Ac3Settings& WithDrcProfile(Ac3DrcProfile&& value) { SetDrcProfile(std::move(value)); return *this;}
/**
* When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to
* encoding. Only valid in codingMode32Lfe mode.
*/
inline const Ac3LfeFilter& GetLfeFilter() const{ return m_lfeFilter; }
/**
* When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to
* encoding. Only valid in codingMode32Lfe mode.
*/
inline bool LfeFilterHasBeenSet() const { return m_lfeFilterHasBeenSet; }
/**
* When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to
* encoding. Only valid in codingMode32Lfe mode.
*/
inline void SetLfeFilter(const Ac3LfeFilter& value) { m_lfeFilterHasBeenSet = true; m_lfeFilter = value; }
/**
* When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to
* encoding. Only valid in codingMode32Lfe mode.
*/
inline void SetLfeFilter(Ac3LfeFilter&& value) { m_lfeFilterHasBeenSet = true; m_lfeFilter = std::move(value); }
/**
* When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to
* encoding. Only valid in codingMode32Lfe mode.
*/
inline Ac3Settings& WithLfeFilter(const Ac3LfeFilter& value) { SetLfeFilter(value); return *this;}
/**
* When set to enabled, applies a 120Hz lowpass filter to the LFE channel prior to
* encoding. Only valid in codingMode32Lfe mode.
*/
inline Ac3Settings& WithLfeFilter(Ac3LfeFilter&& value) { SetLfeFilter(std::move(value)); return *this;}
/**
* When set to "followInput", encoder metadata will be sourced from the DD, DD+, or
* DolbyE decoder that supplied this audio data. If audio was not supplied from one
* of these streams, then the static metadata settings will be used.
*/
inline const Ac3MetadataControl& GetMetadataControl() const{ return m_metadataControl; }
/**
* When set to "followInput", encoder metadata will be sourced from the DD, DD+, or
* DolbyE decoder that supplied this audio data. If audio was not supplied from one
* of these streams, then the static metadata settings will be used.
*/
inline bool MetadataControlHasBeenSet() const { return m_metadataControlHasBeenSet; }
/**
* When set to "followInput", encoder metadata will be sourced from the DD, DD+, or
* DolbyE decoder that supplied this audio data. If audio was not supplied from one
* of these streams, then the static metadata settings will be used.
*/
inline void SetMetadataControl(const Ac3MetadataControl& value) { m_metadataControlHasBeenSet = true; m_metadataControl = value; }
/**
* When set to "followInput", encoder metadata will be sourced from the DD, DD+, or
* DolbyE decoder that supplied this audio data. If audio was not supplied from one
* of these streams, then the static metadata settings will be used.
*/
inline void SetMetadataControl(Ac3MetadataControl&& value) { m_metadataControlHasBeenSet = true; m_metadataControl = std::move(value); }
/**
* When set to "followInput", encoder metadata will be sourced from the DD, DD+, or
* DolbyE decoder that supplied this audio data. If audio was not supplied from one
* of these streams, then the static metadata settings will be used.
*/
inline Ac3Settings& WithMetadataControl(const Ac3MetadataControl& value) { SetMetadataControl(value); return *this;}
/**
* When set to "followInput", encoder metadata will be sourced from the DD, DD+, or
* DolbyE decoder that supplied this audio data. If audio was not supplied from one
* of these streams, then the static metadata settings will be used.
*/
inline Ac3Settings& WithMetadataControl(Ac3MetadataControl&& value) { SetMetadataControl(std::move(value)); return *this;}
private:
double m_bitrate;
bool m_bitrateHasBeenSet;
Ac3BitstreamMode m_bitstreamMode;
bool m_bitstreamModeHasBeenSet;
Ac3CodingMode m_codingMode;
bool m_codingModeHasBeenSet;
int m_dialnorm;
bool m_dialnormHasBeenSet;
Ac3DrcProfile m_drcProfile;
bool m_drcProfileHasBeenSet;
Ac3LfeFilter m_lfeFilter;
bool m_lfeFilterHasBeenSet;
Ac3MetadataControl m_metadataControl;
bool m_metadataControlHasBeenSet;
};
} // namespace Model
} // namespace MediaLive
} // namespace Aws