16 #ifndef ACSDKALEXASEEKCONTROLLERINTERFACES_ALEXASEEKCONTROLLERINTERFACE_H_ 17 #define ACSDKALEXASEEKCONTROLLERINTERFACES_ALEXASEEKCONTROLLERINTERFACE_H_ 23 namespace acsdkAlexaSeekControllerInterfaces {
139 #endif // ACSDKALEXASEEKCONTROLLERINTERFACES_ALEXASEEKCONTROLLERINTERFACE_H_ std::chrono::milliseconds currentMediaPosition
Definition: AlexaSeekControllerInterface.h:108
Response(Type type, const std::string &errorMessage)
Definition: AlexaSeekControllerInterface.h:97
Type
Definition: AlexaSeekControllerInterface.h:52
std::string errorMessage
Definition: AlexaSeekControllerInterface.h:112
::std::string string
Definition: gtest-port.h:1097
Device processed command successfully without any errors.
virtual Response adjustSeekPosition(const std::chrono::milliseconds &deltaPosition)=0
virtual ~AlexaSeekControllerInterface()=default
Definition: AlexaSeekControllerInterface.h:48
Indicates there is no audio or video content that is available when a seek operation is invoked...
Definition: AlexaSeekControllerInterface.h:38
Response(std::chrono::milliseconds currentMediaPosition)
Definition: AlexaSeekControllerInterface.h:85
Indicates the current audio or video content cannot be seeked. For example, a YouTube video ad...
Whether or not curl logs should be emitted.
Definition: AVSConnectionManager.h:36
Type type
The AlexaSeekControllerInterface response type.
Definition: AlexaSeekControllerInterface.h:100