|
FFmpeg
|
Public Member Functions | |
| __init__ (self, bind_address) | |
| onecmd (self, cmd) | |
Data Fields | |
| requester = context.socket(zmq.REQ) | |
Static Public Attributes | |
| str | prompt = 'lavfi> ' |
Definition at line 31 of file zmqshell.py.
| zmqshell.LavfiCmd.__init__ | ( | self, | |
| bind_address ) |
Definition at line 34 of file zmqshell.py.
| zmqshell.LavfiCmd.onecmd | ( | self, | |
| cmd ) |
Definition at line 40 of file zmqshell.py.
|
static |
Definition at line 32 of file zmqshell.py.
| zmqshell.LavfiCmd.requester = context.socket(zmq.REQ) |
Definition at line 36 of file zmqshell.py.
Referenced by onecmd().