16 #ifndef ACSDK_ALEXAREMOTEVIDEOPLAYERINTERFACES_REMOTEVIDEOPLAYERCONFIGURATION_H_ 17 #define ACSDK_ALEXAREMOTEVIDEOPLAYERINTERFACES_REMOTEVIDEOPLAYERCONFIGURATION_H_ 28 namespace alexaRemoteVideoPlayerInterfaces {
97 std::set<SupportedOperations> operations,
98 std::set<acsdkAlexaVideoCommon::VideoEntity::EntityType> entityTypes,
99 std::list<Catalog> catalogs) :
109 #endif // ACSDK_ALEXAREMOTEVIDEOPLAYERINTERFACES_REMOTEVIDEOPLAYERCONFIGURATION_H_
Type
Definition: RemoteVideoPlayerConfiguration.h:51
Configuration(std::set< SupportedOperations > operations, std::set< acsdkAlexaVideoCommon::VideoEntity::EntityType > entityTypes, std::list< Catalog > catalogs)
Definition: RemoteVideoPlayerConfiguration.h:96
::std::string string
Definition: gtest-port.h:1097
Configuration()
Definition: RemoteVideoPlayerConfiguration.h:86
avsCommon::utils::Optional< std::set< acsdkAlexaVideoCommon::VideoEntity::EntityType > > entityTypes
All entity types supported by the skill.
Definition: RemoteVideoPlayerConfiguration.h:79
Definition: Optional.h:32
Type type
Type of Catalog.
Definition: RemoteVideoPlayerConfiguration.h:73
Display results for a user query.
SupportedOperations
Definition: RemoteVideoPlayerConfiguration.h:37
avsCommon::utils::Optional< std::set< SupportedOperations > > operations
All directives supported by the skill. If it is not set, all directives will be assumed supported...
Definition: RemoteVideoPlayerConfiguration.h:77
std::list< Catalog > catalogs
Public and private catalogs supported by the skill.
Definition: RemoteVideoPlayerConfiguration.h:81
Definition: RemoteVideoPlayerConfiguration.h:47
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
type
Definition: upload.py:443
Catalog(std::string sourceId="imdb", Type type=Type::PUBLIC_CATALOG)
Definition: RemoteVideoPlayerConfiguration.h:64
std::string sourceId
Definition: RemoteVideoPlayerConfiguration.h:71
const T & move(const T &t)
Definition: gtest-port.h:1317
Definition: RemoteVideoPlayerConfiguration.h:33