FFmpeg
Public Member Functions | Data Fields | Static Public Attributes
zmqshell.LavfiCmd Class Reference
Inheritance diagram for zmqshell.LavfiCmd:

Public Member Functions

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

Data Fields

 requester
 

Static Public Attributes

string prompt = 'lavfi> '
 
int bind_address = sys.argv[1] if len(sys.argv) > 1 else "tcp://localhost:5555"
 

Detailed Description

Definition at line 5 of file zmqshell.py.

Constructor & Destructor Documentation

◆ __init__()

def zmqshell.LavfiCmd.__init__ (   self,
  bind_address 
)

Definition at line 8 of file zmqshell.py.

Member Function Documentation

◆ onecmd()

def zmqshell.LavfiCmd.onecmd (   self,
  cmd 
)

Definition at line 14 of file zmqshell.py.

Field Documentation

◆ prompt

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

Definition at line 6 of file zmqshell.py.

◆ bind_address

int zmqshell.LavfiCmd.bind_address = sys.argv[1] if len(sys.argv) > 1 else "tcp://localhost:5555"
static

Definition at line 23 of file zmqshell.py.

◆ requester

zmqshell.LavfiCmd.requester

Definition at line 10 of file zmqshell.py.

Referenced by zmqshell.LavfiCmd.onecmd().


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