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::avsCommon::utils::audioAnalyzer::AudioAnalyzerState Struct Reference

#include <AudioAnalyzerState.h>

Public Member Functions

 AudioAnalyzerState (const std::string &interfaceName, const std::string &enableState)
 
bool operator== (const AudioAnalyzerState &state) const
 

Public Attributes

std::string name
 Name of the audio analyzer. More...
 
std::string enableState
 on/off state of the audio analyzer More...
 

Detailed Description

Structure to hold metadata about the AudioAnalyzerState

Constructor & Destructor Documentation

◆ AudioAnalyzerState()

alexaClientSDK::avsCommon::utils::audioAnalyzer::AudioAnalyzerState::AudioAnalyzerState ( const std::string &  interfaceName,
const std::string &  enableState 
)
inline

Constructor.

Member Function Documentation

◆ operator==()

bool alexaClientSDK::avsCommon::utils::audioAnalyzer::AudioAnalyzerState::operator== ( const AudioAnalyzerState state) const
inline

Member Data Documentation

◆ enableState

std::string alexaClientSDK::avsCommon::utils::audioAnalyzer::AudioAnalyzerState::enableState

on/off state of the audio analyzer

◆ name

std::string alexaClientSDK::avsCommon::utils::audioAnalyzer::AudioAnalyzerState::name

Name of the audio analyzer.


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