AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Attributes | List of all members
alexaClientSDK::avsCommon::utils::mediaPlayer::SourceConfig::FadeInConfig Struct Reference

#include <SourceConfig.h>

Public Attributes

short startGain
 The starting percentage volume when the media starts playing (range 0-100). More...
 
short endGain
 The ending percentage volume when the media played to the fade-in duration (range 0-100). More...
 
std::chrono::milliseconds duration
 The fade-in duration time. More...
 
bool enabled
 A boolean to specify whether Fade-In is enabled. More...
 

Member Data Documentation

◆ duration

std::chrono::milliseconds alexaClientSDK::avsCommon::utils::mediaPlayer::SourceConfig::FadeInConfig::duration

The fade-in duration time.

◆ enabled

bool alexaClientSDK::avsCommon::utils::mediaPlayer::SourceConfig::FadeInConfig::enabled

A boolean to specify whether Fade-In is enabled.

◆ endGain

short alexaClientSDK::avsCommon::utils::mediaPlayer::SourceConfig::FadeInConfig::endGain

The ending percentage volume when the media played to the fade-in duration (range 0-100).

◆ startGain

short alexaClientSDK::avsCommon::utils::mediaPlayer::SourceConfig::FadeInConfig::startGain

The starting percentage volume when the media starts playing (range 0-100).


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