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> '
 

Detailed Description

Definition at line 31 of file zmqshell.py.

Constructor & Destructor Documentation

◆ __init__()

def zmqshell.LavfiCmd.__init__ (   self,
  bind_address 
)

Definition at line 34 of file zmqshell.py.

Member Function Documentation

◆ onecmd()

def zmqshell.LavfiCmd.onecmd (   self,
  cmd 
)

Definition at line 40 of file zmqshell.py.

Field Documentation

◆ prompt

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

Definition at line 32 of file zmqshell.py.

◆ requester

zmqshell.LavfiCmd.requester

Definition at line 36 of file zmqshell.py.

Referenced by zmqshell.LavfiCmd.onecmd().


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