MCPcopy Create free account
hub / github.com/kkroening/ffmpeg-python / __init__

Method __init__

ffmpeg/nodes.py:323–329  ·  view source on GitHub ↗
(self, upstream_node, upstream_label, upstream_selector=None)

Source from the content-addressed store, hash-verified

321
322class OutputStream(Stream):
323 def __init__(self, upstream_node, upstream_label, upstream_selector=None):
324 super(OutputStream, self).__init__(
325 upstream_node,
326 upstream_label,
327 {OutputNode, GlobalNode, MergeOutputsNode},
328 upstream_selector=upstream_selector,
329 )
330
331
332# noinspection PyMethodOverriding

Callers

nothing calls this directly

Calls 1

__init__Method · 0.45

Tested by

no test coverage detected