![]() |
gstlal
1.4.1
|
Public Member Functions | |
| def | __init__ (self) |
| def | do_transform_caps (self, direction, caps) |
| def | do_transform_size (self, direction, caps, size, othercaps) |
Public Attributes | |
| figure | |
| axes | |
Base class for transform elements that use Matplotlib to render video.
Definition at line 96 of file matplotlibhelper.py.
| def python.matplotlibhelper.BaseMatplotlibTransform.do_transform_caps | ( | self, | |
| direction, | |||
| caps | |||
| ) |
GstBaseTransform->transform_caps virtual method.
Definition at line 105 of file matplotlibhelper.py.
| def python.matplotlibhelper.BaseMatplotlibTransform.do_transform_size | ( | self, | |
| direction, | |||
| caps, | |||
| size, | |||
| othercaps | |||
| ) |
GstBaseTransform->transform_size virtual method.
Definition at line 113 of file matplotlibhelper.py.
1.8.14