#include <IStreamSource.h>
◆ ~IStreamSource()
alexaClientSDK::mediaPlayer::IStreamSource::~IStreamSource |
( |
| ) |
|
|
override |
◆ create()
static std::unique_ptr<IStreamSource> alexaClientSDK::mediaPlayer::IStreamSource::create |
( |
PipelineInterface * |
pipeline, |
|
|
std::shared_ptr< std::istream > |
stream, |
|
|
bool |
repeat |
|
) |
| |
|
static |
Create an IStream source.
- Parameters
-
pipeline | The PipelineInterface through which the source of the AudioPipeline may be set. |
stream | The std::istream from which to create the pipeline source. |
repeat | Whether the stream should be replayed until stopped. |
The documentation for this class was generated from the following file:
- /workplace/avs-device-sdk/MediaPlayer/GStreamerMediaPlayer/include/MediaPlayer/IStreamSource.h
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved.
Licensed under the Apache License, Version 2.0