registerProducer (
self,
producer,
streaming,
)
Register to receive data from a producer.
This sets self to be a consumer for a producer. When this object
runs out of data on a write() call, it will ask the producer
to resumeProducing(). A producer should implement the IProducer
interface.
|