AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::alexaLiveViewControllerInterfaces::ViewerExperience Struct Reference

#include <LiveViewControllerTypes.h>

Collaboration diagram for alexaClientSDK::alexaLiveViewControllerInterfaces::ViewerExperience:
Collaboration graph
[legend]

Public Attributes

DisplayProperties suggestedDisplay
 Display properties of the live streaming session. More...
 
AudioProperties audioProperties
 Audio communication properties of the live streaming session. More...
 
LiveViewTrigger liveViewTrigger
 Reason the live view streaming session started. More...
 
std::chrono::milliseconds idleTimeoutInMilliseconds
 

Detailed Description

ViewerExperience object. Defines the display and audio properties of the streaming session.

Member Data Documentation

◆ audioProperties

AudioProperties alexaClientSDK::alexaLiveViewControllerInterfaces::ViewerExperience::audioProperties

Audio communication properties of the live streaming session.

◆ idleTimeoutInMilliseconds

std::chrono::milliseconds alexaClientSDK::alexaLiveViewControllerInterfaces::ViewerExperience::idleTimeoutInMilliseconds

Timeout value in milliseconds. Any user interaction with the viewing device cancels the timer. For example, the user enables the microphone, performs pan, tilt, zoom gestures, or switches between full screen and picture-in-picture. A negative value or zero disables the timer. The default is 15000 milliseconds.

◆ liveViewTrigger

LiveViewTrigger alexaClientSDK::alexaLiveViewControllerInterfaces::ViewerExperience::liveViewTrigger

Reason the live view streaming session started.

◆ suggestedDisplay

DisplayProperties alexaClientSDK::alexaLiveViewControllerInterfaces::ViewerExperience::suggestedDisplay

Display properties of the live streaming session.


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