mirror of
https://github.com/TomHarte/CLK.git
synced 2024-11-29 12:50:28 +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 {
|
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
|
Makes a static internal copy of the list of machines; makes no guarantees about the
|
||||||
order of delivered messages.
|
order of delivered messages.
|
||||||
|
@ -17,8 +17,7 @@
|
|||||||
namespace MediaTarget {
|
namespace MediaTarget {
|
||||||
|
|
||||||
/*!
|
/*!
|
||||||
A MediaTarget::Machine is anything that can accept a Analyser::Static::Target
|
A MediaTarget::Machine is anything that can accept new media while running.
|
||||||
and configure itself appropriately, or accept a list of media subsequently to insert.
|
|
||||||
*/
|
*/
|
||||||
class Machine {
|
class Machine {
|
||||||
public:
|
public:
|
||||||
|
Loading…
Reference in New Issue
Block a user