Skip to main content

JpegDecode Class

Decodes JPEG-encoded buffers to raw frames. More...

Declaration

class simaai::neat::JpegDecode { ... }

Included Headers

#include <JpegDecode.h>

Base class

classNode

Public Member Functions Index

std::stringkind () const override

Type label for this Node kind. More...

NodeCapsBehaviorcaps_behavior () const override

Whether the Node negotiates static or dynamic caps. More...

std::stringbackend_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...

Description

Decodes JPEG-encoded buffers to raw frames.

Use when input is known JPEG.

For format-agnostic decoding, prefer ImageDecode.

Definition at line 22 of file JpegDecode.h.

Public Member Functions

backend_fragment()

std::string simaai::neat::JpegDecode::backend_fragment (int node_index)

GStreamer fragment this Node emits.

Definition at line 34 of file JpegDecode.h.

caps_behavior()

NodeCapsBehavior simaai::neat::JpegDecode::caps_behavior ()
inline

Whether the Node negotiates static or dynamic caps.

Definition at line 29 of file JpegDecode.h.

29 NodeCapsBehavior caps_behavior() const override {
30 return NodeCapsBehavior::Dynamic;
31 }

element_names()

std::vector< std::string > simaai::neat::JpegDecode::element_names (int node_index)

Deterministic element names this Node will create.

Definition at line 36 of file JpegDecode.h.

kind()

std::string simaai::neat::JpegDecode::kind ()
inline

Type label for this Node kind.

Definition at line 25 of file JpegDecode.h.

25 std::string kind() const override {
26 return "JpegDecode";
27 }

The documentation for this class was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.