![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <RemoteVideoPlayerConfiguration.h>
Public Types | |
enum | Type { Type::PRIVATE_CATALOG, Type::PUBLIC_CATALOG } |
Public Member Functions | |
Catalog (std::string sourceId="imdb", Type type=Type::PUBLIC_CATALOG) | |
Public Attributes | |
std::string | sourceId |
Type | type |
Type of Catalog. More... | |
A Catalog object instance.
Enumeration of different supported Catalog types.
Enumerator | |
---|---|
PRIVATE_CATALOG | Private catalog type. |
PUBLIC_CATALOG | Publicly accessible catalog type. |
|
inline |
Constructor.
sourceId | The identifier for the catalog, defaults to "imdb'. |
type | The type of catalog, defaults to PUBLIC_CATALOG. |
std::string alexaClientSDK::alexaRemoteVideoPlayerInterfaces::Configuration::Catalog::sourceId |
Unique identifier for the catalog. For private catalogs, this is set to the partner id used for catalog ingestion.
Type alexaClientSDK::alexaRemoteVideoPlayerInterfaces::Configuration::Catalog::type |
Type of Catalog.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0