7#include <aws/medialive/MediaLive_EXPORTS.h>
8#include <aws/medialive/model/SrtCallerDecryption.h>
9#include <aws/core/utils/memory/stl/AWSString.h>
62 inline void SetMinimumLatency(
int value) { m_minimumLatencyHasBeenSet =
true; m_minimumLatency = value; }
75 inline void SetSrtListenerAddress(
const char* value) { m_srtListenerAddressHasBeenSet =
true; m_srtListenerAddress.assign(value); }
90 inline void SetSrtListenerPort(
const char* value) { m_srtListenerPortHasBeenSet =
true; m_srtListenerPort.assign(value); }
104 inline void SetStreamId(
const char* value) { m_streamIdHasBeenSet =
true; m_streamId.assign(value); }
112 bool m_decryptionHasBeenSet =
false;
114 int m_minimumLatency;
115 bool m_minimumLatencyHasBeenSet =
false;
118 bool m_srtListenerAddressHasBeenSet =
false;
121 bool m_srtListenerPortHasBeenSet =
false;
124 bool m_streamIdHasBeenSet =
false;
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Aws::Utils::Json::JsonValue JsonValue