Home
last modified time | relevance | path

Searched refs:m_encoderProfileHasBeenSet (Results 1 – 4 of 4) sorted by relevance

/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconnect/source/model/
H A DEncodingParameters.cpp25 m_encoderProfileHasBeenSet(false) in EncodingParameters()
33 m_encoderProfileHasBeenSet(false) in EncodingParameters()
51 m_encoderProfileHasBeenSet = true; in operator =()
67 if(m_encoderProfileHasBeenSet) in Jsonize()
H A DEncodingParametersRequest.cpp25 m_encoderProfileHasBeenSet(false) in EncodingParametersRequest()
33 m_encoderProfileHasBeenSet(false) in EncodingParametersRequest()
51 m_encoderProfileHasBeenSet = true; in operator =()
67 if(m_encoderProfileHasBeenSet) in Jsonize()
/dports/devel/aws-sdk-cpp/aws-sdk-cpp-1.9.129/aws-cpp-sdk-mediaconnect/include/aws/mediaconnect/model/
H A DEncodingParameters.h91 inline bool EncoderProfileHasBeenSet() const { return m_encoderProfileHasBeenSet; } in EncoderProfileHasBeenSet()
98 …inline void SetEncoderProfile(const EncoderProfile& value) { m_encoderProfileHasBeenSet = true; m_… in SetEncoderProfile()
105 …inline void SetEncoderProfile(EncoderProfile&& value) { m_encoderProfileHasBeenSet = true; m_encod… in SetEncoderProfile()
127 bool m_encoderProfileHasBeenSet; variable
H A DEncodingParametersRequest.h91 inline bool EncoderProfileHasBeenSet() const { return m_encoderProfileHasBeenSet; } in EncoderProfileHasBeenSet()
98 …inline void SetEncoderProfile(const EncoderProfile& value) { m_encoderProfileHasBeenSet = true; m_… in SetEncoderProfile()
105 …inline void SetEncoderProfile(EncoderProfile&& value) { m_encoderProfileHasBeenSet = true; m_encod… in SetEncoderProfile()
127 bool m_encoderProfileHasBeenSet; variable