AlexaClientSDK  1.26.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Namespaces | Macros | Functions | Variables
ID3v2Tags.cpp File Reference
#include <unordered_set>
#include "AVSCommon/Utils/ID3Tags/ID3v2Tags.h"
#include "AVSCommon/Utils/Logger/Logger.h"
Include dependency graph for ID3v2Tags.cpp:

Namespaces

 alexaClientSDK
 Whether or not curl logs should be emitted.
 
 alexaClientSDK::avsCommon
 
 alexaClientSDK::avsCommon::utils
 
 alexaClientSDK::avsCommon::utils::id3Tags
 

Macros

#define LX(event)   alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)
 

Functions

static const std::string TAG ("ID3v2Tags")
 String to identify log entries originating from this file. More...
 
std::size_t alexaClientSDK::avsCommon::utils::id3Tags::getID3v2TagSize (const unsigned char *data, std::size_t bufferSize)
 

Variables

static constexpr unsigned int alexaClientSDK::avsCommon::utils::id3Tags::ID3V2TAG_VERSION_MAJOR_OFFSET = 3
 The offset for ID3V2 Major version. More...
 
static constexpr unsigned int alexaClientSDK::avsCommon::utils::id3Tags::ID3V2TAG_SIZE_OFFSET = 6
 The offset for ID3V2 size. More...
 

Macro Definition Documentation

◆ LX

#define LX (   event)    alexaClientSDK::avsCommon::utils::logger::LogEntry(TAG, event)

Create a LogEntry using this file's TAG and the specified event string.

Parameters
Theevent string for this LogEntry.

Function Documentation

◆ TAG()

static const std::string TAG ( "ID3v2Tags"  )
static

String to identify log entries originating from this file.

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