AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Protected Member Functions | Protected Attributes | List of all members
alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest Class Reference
Inheritance diagram for alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest:
Collaboration graph
[legend]

Protected Member Functions

void writeInput (size_t max_bytes=std::numeric_limits< size_t >::max())
 
void writeCorruptedInput (size_t skipInterval)
 
void SetUp () override
 
void TearDown () override
 

Protected Attributes

std::shared_ptr< attachment::InProcessAttachmentm_inAttachment
 Attachment used for the input. More...
 
std::shared_ptr< attachment::AttachmentReaderm_attachment
 Mock the attachment reader. More...
 
std::unique_ptr< FFmpegAttachmentInputControllerm_reader
 Create an input reader. More...
 
std::string m_inputFileName
 String with the input file name. More...
 
size_t m_inputSize
 The amount of bytes written to the input attachment. More...
 

Detailed Description

Test class for FFmpegDecoder

Member Function Documentation

◆ SetUp()

void alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest::SetUp ( )
inlineoverrideprotected

◆ TearDown()

void alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest::TearDown ( )
inlineoverrideprotected

◆ writeCorruptedInput()

void alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest::writeCorruptedInput ( size_t  skipInterval)
protected

◆ writeInput()

void alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest::writeInput ( size_t  max_bytes = std::numeric_limits<size_t>::max())
protected

Member Data Documentation

◆ m_attachment

std::shared_ptr<attachment::AttachmentReader> alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest::m_attachment
protected

Mock the attachment reader.

◆ m_inAttachment

std::shared_ptr<attachment::InProcessAttachment> alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest::m_inAttachment
protected

Attachment used for the input.

◆ m_inputFileName

std::string alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest::m_inputFileName
protected

String with the input file name.

◆ m_inputSize

size_t alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest::m_inputSize
protected

The amount of bytes written to the input attachment.

◆ m_reader

std::unique_ptr<FFmpegAttachmentInputController> alexaClientSDK::mediaPlayer::android::test::FFmpegDecoderTest::m_reader
protected

Create an input reader.


The documentation for this class 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