FFmpeg
Loading...
Searching...
No Matches
zmqshell.LavfiCmd Class Reference
Inheritance diagram for zmqshell.LavfiCmd:

Public Member Functions

 __init__ (self, bind_address)
 
 onecmd (self, cmd)
 

Data Fields

 requester = context.socket(zmq.REQ)
 

Static Public Attributes

str prompt = 'lavfi> '
 

Detailed Description

Definition at line 31 of file zmqshell.py.

Constructor & Destructor Documentation

◆ __init__()

zmqshell.LavfiCmd.__init__ ( self,
bind_address )

Definition at line 34 of file zmqshell.py.

Member Function Documentation

◆ onecmd()

zmqshell.LavfiCmd.onecmd ( self,
cmd )

Definition at line 40 of file zmqshell.py.

Field Documentation

◆ prompt

str zmqshell.LavfiCmd.prompt = 'lavfi> '
static

Definition at line 32 of file zmqshell.py.

◆ requester

zmqshell.LavfiCmd.requester = context.socket(zmq.REQ)

Definition at line 36 of file zmqshell.py.

Referenced by onecmd().


The documentation for this class was generated from the following file: