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:
parent
0897210969
commit
57f161e64c
@ -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.
|
||||
|
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user