diff options
Diffstat (limited to 'PLUGINS.html')
-rw-r--r-- | PLUGINS.html | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/PLUGINS.html b/PLUGINS.html index 1cca3c6c..804d0550 100644 --- a/PLUGINS.html +++ b/PLUGINS.html @@ -1509,7 +1509,10 @@ member functions of <tt>cReceiver</tt>. The above example sets up a receiver that wants to receive data from only one PID (for example the Teletext PID). In order to not interfere with other recording operations, it sets its priority to <tt>-1</tt> (any negative value will allow -a <tt>cReceiver</tt> to be detached from its <tt>cDevice</tt> at any time. +a <tt>cReceiver</tt> to be detached from its <tt>cDevice</tt> at any time +<div class="modified"> +in favor of a timer recording or live viewing). +</div modified> <p> Once a <tt>cReceiver</tt> has been created, it needs to be <i>attached</i> to a <tt>cDevice</tt>: |