Output Class
Pull-side terminal sink. More...
Declaration
Included Headers
Base class
| class | Node |
Public Constructors Index
| Output ()=default | |
|
Construct with default options (max_buffers=4, drop=false, sync=false). More... | |
| Output (std::string name) | |
| Output (OutputOptions opt) | |
|
Construct with explicit options. More... | |
| Output (std::string name, OutputOptions opt) | |
|
Construct with a public Graph output endpoint name and explicit options. More... | |
Public Member Functions Index
| const OutputOptions & | options () const |
|
Inspect the Node's options. More... | |
| std::string | kind () const override |
|
Type label for this Node kind. More... | |
| std::string | user_label () const override |
|
Optional public Graph endpoint name used by Run::pull(name, ...). More... | |
| const std::string & | endpoint_name () const noexcept |
|
Explicit public endpoint name, empty when unnamed. More... | |
| NodeCapsBehavior | caps_behavior () const override |
|
Whether the Node negotiates static or dynamic caps. More... | |
| std::string | backend_fragment (int node_index) const override |
|
GStreamer fragment this Node emits. More... | |
| std::vector< std::string > | element_names (int node_index) const override |
|
Deterministic element names this Node will create. More... | |
Private Member Attributes Index
| OutputOptions | opt_ |
| std::string | endpoint_name_ |
Description
Pull-side terminal sink.
Samples land here for Run::pull() to consume.
Definition at line 71 of file Output.h.
Public Constructors
Output()
| default |
Construct with default options (max_buffers=4, drop=false, sync=false).
Definition at line 74 of file Output.h.
Output()
| inline explicit |
Output()
| inline explicit |
Construct with explicit options.
Definition at line 78 of file Output.h.
Output()
| inline |
Public Member Functions
backend_fragment()
|
GStreamer fragment this Node emits.
Definition at line 105 of file Output.h.
caps_behavior()
| inline |
Whether the Node negotiates static or dynamic caps.
Definition at line 101 of file Output.h.
element_names()
|
Deterministic element names this Node will create.
Definition at line 107 of file Output.h.
endpoint_name()
| inline noexcept |
Explicit public endpoint name, empty when unnamed.
Definition at line 97 of file Output.h.
kind()
| inline |
Type label for this Node kind.
Definition at line 89 of file Output.h.
options()
| inline |
Inspect the Node's options.
Definition at line 84 of file Output.h.
user_label()
Private Member Attributes
endpoint_name_
|
Definition at line 111 of file Output.h.
opt_
|
Definition at line 110 of file Output.h.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.