28 namespace ElasticTranscoder
110 inline void SetProfile(
const char* value) { m_profileHasBeenSet =
true; m_profile.assign(value); }
201 inline void SetBitDepth(
const char* value) { m_bitDepthHasBeenSet =
true; m_bitDepth.assign(value); }
259 inline void SetBitOrder(
const char* value) { m_bitOrderHasBeenSet =
true; m_bitOrder.assign(value); }
312 inline void SetSigned(
const char* value) { m_signedHasBeenSet =
true; m_signed.assign(value); }
340 bool m_profileHasBeenSet;
342 bool m_bitDepthHasBeenSet;
344 bool m_bitOrderHasBeenSet;
346 bool m_signedHasBeenSet;
const Aws::String & GetBitDepth() const
void SetBitDepth(const char *value)
AudioCodecOptions & WithBitOrder(const Aws::String &value)
void SetProfile(const char *value)
const Aws::String & GetBitOrder() const
AudioCodecOptions & WithBitOrder(Aws::String &&value)
void SetBitDepth(const Aws::String &value)
void SetBitOrder(const char *value)
void SetBitOrder(const Aws::String &value)
void SetProfile(const Aws::String &value)
AudioCodecOptions & WithProfile(const Aws::String &value)
AudioCodecOptions & WithBitDepth(const Aws::String &value)
AudioCodecOptions & WithSigned(const char *value)
const Aws::String & GetProfile() const
AudioCodecOptions & WithSigned(const Aws::String &value)
void SetBitDepth(Aws::String &&value)
void SetSigned(const char *value)
AudioCodecOptions & WithProfile(const char *value)
void SetSigned(const Aws::String &value)
#define AWS_ELASTICTRANSCODER_API
AudioCodecOptions & WithSigned(Aws::String &&value)
AudioCodecOptions & WithBitDepth(const char *value)
AudioCodecOptions & WithBitDepth(Aws::String &&value)
void SetSigned(Aws::String &&value)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
void SetProfile(Aws::String &&value)
void SetBitOrder(Aws::String &&value)
AudioCodecOptions & WithBitOrder(const char *value)
const Aws::String & GetSigned() const
AudioCodecOptions & WithProfile(Aws::String &&value)
JSON (JavaScript Object Notation).