diff options
Diffstat (limited to 'PluginControlInterface/src/ControlSender.cpp')
-rw-r--r-- | PluginControlInterface/src/ControlSender.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/PluginControlInterface/src/ControlSender.cpp b/PluginControlInterface/src/ControlSender.cpp index f5d1720..fb54c8c 100644 --- a/PluginControlInterface/src/ControlSender.cpp +++ b/PluginControlInterface/src/ControlSender.cpp @@ -300,5 +300,20 @@ void ControlSenderPlugin::cbAckSetSinkSoundProperty(const am_Handle_s handle, co { } +void ControlSenderPlugin::cbAckSetSourceSoundProperties(const am_Handle_s handle, const am_Error_e error) +{ +} + +void ControlSenderPlugin::cbAckSetSinkSoundProperties(const am_Handle_s handle, const am_Error_e error) +{ +} + +uint16_t ControlSenderPlugin::getInterfaceVersion() const +{ + return (ControlSendVersion); +} + + + |