AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::TimeWindow Struct Reference

#include <RemoteVideoPlayerTypes.h>

Collaboration diagram for alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::TimeWindow:
Collaboration graph
[legend]

Public Member Functions

 TimeWindow ()
 

Public Attributes

avsCommon::utils::Optional< std::chrono::time_point< std::chrono::system_clock > > startTime
 The start time for the time window. More...
 
avsCommon::utils::Optional< std::chrono::time_point< std::chrono::system_clock > > endTime
 The end time for the time window. More...
 

Detailed Description

A time window type.

Constructor & Destructor Documentation

◆ TimeWindow()

alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::TimeWindow::TimeWindow ( )
inline

Default constructor.

Member Data Documentation

◆ endTime

avsCommon::utils::Optional<std::chrono::time_point<std::chrono::system_clock> > alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::TimeWindow::endTime

The end time for the time window.

◆ startTime

avsCommon::utils::Optional<std::chrono::time_point<std::chrono::system_clock> > alexaClientSDK::alexaRemoteVideoPlayerInterfaces::RemoteVideoPlayerRequest::TimeWindow::startTime

The start time for the time window.


The documentation for this struct was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0