H264EncodeSima.h File
SimaAI H264 encode node wrapper. More...
Included Headers
#include "builder/Node.h"
#include "builder/OutputSpec.h"
#include <memory>
#include <string>
#include <vector>
Namespaces Index
| namespace | simaai |
| namespace | neat |
| namespace | nodes |
Classes Index
| class | H264EncodeSima |
Description
SimaAI H264 encode node wrapper.
File Listing
The file content with the documentation metadata removed is:
15namespace simaai::neat {
17class H264EncodeSima final : public Node, public OutputSpecProvider {
19 H264EncodeSima(int w, int h, int fps, int bitrate_kbps = 4000, std::string profile = "baseline",
20 std::string level = "4.0");
25 NodeCapsBehavior caps_behavior() const override {
29 std::string backend_fragment(int node_index) const override;
30 std::vector<std::string> element_names(int node_index) const override;
31 OutputSpec output_spec(const OutputSpec& input) const override;
42 int bitrate_kbps() const {
64namespace simaai::neat::nodes {
65std::shared_ptr<simaai::neat::Node> H264EncodeSima(int w, int h, int fps, int bitrate_kbps = 4000,
70std::shared_ptr<simaai::neat::Node> H264EncodeSW(int bitrate_kbps = 4000);
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.