Changes between Initial Version and Version 1 of Ticket #8911, comment 1
- Timestamp:
- Aug 31, 2012, 4:41:13 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #8911, comment 1
initial v1 3 3 Regarding the cleaner API, I think BSoundConsumer should be made more analogous to BSoundPlayer, i.e.: 4 4 5 * registering and connecting the nodes and setting the time source should be handled by the constructor, which should take a `media_ input` parameter5 * registering and connecting the nodes and setting the time source should be handled by the constructor, which should take a `media_output` parameter 6 6 * starting the node and time source (if necessary) should be done in `BSoundConsumer::Start`