|
StormByte C++ Library: Multimedia module 0.0.9999
StormByte-Multimedia is a StormByte library module for parsing configuration files
|
Optional decoder / encoder names for this track. More...
#include <StormByte/multimedia/pipeline/config/base.hxx>
Public Attributes | |
| std::optional< std::string > | Decoder |
| Decode pin; empty = default. | |
| std::optional< std::string > | Encoder |
| Encode pin; empty = default. | |
Optional decoder / encoder names for this track.
Either side may be absent: the corresponding Step picks its default. Remux reads neither side. This is a pin, not a Feature mask (that lives on Transcode).
| std::optional<std::string> StormByte::Multimedia::Pipeline::Config::Implementation::Decoder |
Decode pin; empty = default.
| std::optional<std::string> StormByte::Multimedia::Pipeline::Config::Implementation::Encoder |
Encode pin; empty = default.