30 namespace ElasticTranscoder
88 inline void SetKey(
const char* value) { m_keyHasBeenSet =
true; m_key.assign(value); }
169 inline void SetFrameRate(
const char* value) { m_frameRateHasBeenSet =
true; m_frameRate.assign(value); }
229 inline void SetResolution(
const char* value) { m_resolutionHasBeenSet =
true; m_resolution.assign(value); }
291 inline void SetAspectRatio(
const char* value) { m_aspectRatioHasBeenSet =
true; m_aspectRatio.assign(value); }
364 inline void SetInterlaced(
const char* value) { m_interlacedHasBeenSet =
true; m_interlaced.assign(value); }
446 inline void SetContainer(
const char* value) { m_containerHasBeenSet =
true; m_container.assign(value); }
549 bool m_keyHasBeenSet;
551 bool m_frameRateHasBeenSet;
553 bool m_resolutionHasBeenSet;
555 bool m_aspectRatioHasBeenSet;
557 bool m_interlacedHasBeenSet;
559 bool m_containerHasBeenSet;
561 bool m_encryptionHasBeenSet;
563 bool m_detectedPropertiesHasBeenSet;
#define AWS_ELASTICTRANSCODER_API
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
JSON (JavaScript Object Notation).