#include <audio_network_encoder.hpp>
|
| AudioNetworkEncoder (SignalFlowContext const &context, char const *name, CompositeComponent *parent) |
|
| ~AudioNetworkEncoder () |
|
void | setup (std::size_t width, std::size_t blockLength) |
|
void | process () override |
|
| AtomicComponent (SignalFlowContext const &context, char const *name, CompositeComponent *parent=nullptr) |
|
| AtomicComponent (AtomicComponent const &)=delete |
|
| AtomicComponent (AtomicComponent &&)=delete |
|
virtual | ~AtomicComponent () override |
|
| Component (SignalFlowContext const &context, char const *componentName, CompositeComponent *parent) |
|
| Component (SignalFlowContext const &context, std::string const &componentName, CompositeComponent *parent) |
|
| Component (Component const &)=delete |
|
| Component (Component &&)=delete |
|
Component & | operator= (Component const &)=delete |
|
Component & | operator= (Component &&)=delete |
|
virtual | ~Component () |
|
std::string const & | name () const |
|
std::string | fullName () const |
|
void | status (StatusMessage::Kind status, char const *message) |
|
template<typename... MessageArgs> |
void | status (StatusMessage::Kind status, MessageArgs...args) |
|
bool | isComposite () const |
|
AudioPortBase & | audioPort (char const *portName) |
|
AudioPortBase const & | audioPort (char const *portName) const |
|
AudioPortBase & | audioPort (std::string const &portName) |
|
AudioPortBase const & | audioPort (std::string const &portName) const |
|
ParameterPortBase & | parameterPort (char const *portName) |
|
ParameterPortBase const & | parameterPort (char const *portName) const |
|
ParameterPortBase & | parameterPort (std::string const &portName) |
|
ParameterPortBase const & | parameterPort (std::string const &portName) const |
|
SamplingFrequencyType | samplingFrequency () const |
|
std::size_t | period () const |
|
bool | isTopLevel () const |
|
impl::ComponentImplementation & | implementation () |
|
impl::ComponentImplementation const & | implementation () const |
|
Constructor.
- Parameters
-
context | Configuration object containing basic parameters. |
name | The name of the component. Must be unique within the containing AudioSignalFlow. |
parent | Pointer to a containing component, or nullptr if it is the top-level component. |
visr::apps::audio_network_streamer::AudioNetworkEncoder::~AudioNetworkEncoder |
( |
| ) |
|
|
default |
void visr::apps::audio_network_streamer::AudioNetworkEncoder::process |
( |
| ) |
|
|
overridevirtual |
void visr::apps::audio_network_streamer::AudioNetworkEncoder::setup |
( |
std::size_t |
width, |
|
|
std::size_t |
blockLength |
|
) |
| |
Method to initialise the component.
The documentation for this class was generated from the following files: