16 #ifndef ACSDK_APLCAPABILITYCOMMONINTERFACES_APLVIDEOCONFIGURATION_H_ 17 #define ACSDK_APLCAPABILITYCOMMONINTERFACES_APLVIDEOCONFIGURATION_H_ 25 namespace aplCapabilityCommonInterfaces {
65 if (codec ==
"H_264_41") {
67 }
else if (codec ==
"H_264_42") {
77 #endif // ACSDK_APLCAPABILITYCOMMONINTERFACES_APLVIDEOCONFIGURATION_H_
::std::string string
Definition: gtest-port.h:1097
Definition: APLVideoConfiguration.h:30
static const std::string codecToString(const Codec codec)
Definition: APLVideoConfiguration.h:48
Definition: Optional.h:32
H.264 at a maximum resolution of 1080p @ 30fps (codec level 4.1)
std::set< Codec > codecs
A collection of one or more supported codecs by the device.
Definition: APLVideoConfiguration.h:41
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
void set(const ValueT &value)
Definition: Optional.h:185
Codec
Enum class defining the supported video codecs.
Definition: APLVideoConfiguration.h:32
static const alexaClientSDK::avsCommon::utils::Optional< Codec > stringToCodec(const std::string codec)
Definition: APLVideoConfiguration.h:63
H.264 at a maximum resolution of 1080p @ 60fps (codec level 4.2)