1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-11-22 12:33:29 +00:00

Corrects documentation of the media target.

This commit is contained in:
Thomas Harte 2018-07-10 21:42:09 -04:00
parent 0897210969
commit 57f161e64c
2 changed files with 2 additions and 3 deletions

View File

@ -19,7 +19,7 @@ namespace Analyser {
namespace Dynamic {
/*!
Provides a class that multiplexes the configuration target interface to multiple machines.
Provides a class that multiplexes the media target interface to multiple machines.
Makes a static internal copy of the list of machines; makes no guarantees about the
order of delivered messages.

View File

@ -17,8 +17,7 @@
namespace MediaTarget {
/*!
A MediaTarget::Machine is anything that can accept a Analyser::Static::Target
and configure itself appropriately, or accept a list of media subsequently to insert.
A MediaTarget::Machine is anything that can accept new media while running.
*/
class Machine {
public: