Skip to main content

OutputCaps Struct

Optional explicit output caps applied at the group's tail. More...

Declaration

struct simaai::neat::nodes::groups::VideoInputGroupOptions::OutputCaps { ... }

Included Headers

#include <VideoInputGroup.h>

Public Member Attributes Index

boolenable = false

If false, no caps filter is inserted. More...

FormatSpecformat = FormatTag::NV12

Pixel format the group should advertise. More...

intwidth = -1

Output width (-1 = leave unspecified). More...

intheight = -1

Output height (-1 = leave unspecified). More...

intfps = -1

Output frame rate (-1 = leave unspecified). More...

simaai::neat::CapsMemorymemory = ...

Buffer memory domain. More...

Description

Optional explicit output caps applied at the group's tail.

Definition at line 50 of file VideoInputGroup.h.

Public Member Attributes

enable

bool simaai::neat::nodes::groups::VideoInputGroupOptions::OutputCaps::enable = false

If false, no caps filter is inserted.

Definition at line 51 of file VideoInputGroup.h.

51 bool enable = false;

format

FormatSpec simaai::neat::nodes::groups::VideoInputGroupOptions::OutputCaps::format = FormatTag::NV12

Pixel format the group should advertise.

Definition at line 52 of file VideoInputGroup.h.

fps

int simaai::neat::nodes::groups::VideoInputGroupOptions::OutputCaps::fps = -1

Output frame rate (-1 = leave unspecified).

Definition at line 55 of file VideoInputGroup.h.

55 int fps = -1;

height

int simaai::neat::nodes::groups::VideoInputGroupOptions::OutputCaps::height = -1

Output height (-1 = leave unspecified).

Definition at line 54 of file VideoInputGroup.h.

54 int height = -1;

memory

simaai::neat::CapsMemory simaai::neat::nodes::groups::VideoInputGroupOptions::OutputCaps::memory

Buffer memory domain.

Initialiser

Definition at line 56 of file VideoInputGroup.h.

width

int simaai::neat::nodes::groups::VideoInputGroupOptions::OutputCaps::width = -1

Output width (-1 = leave unspecified).

Definition at line 53 of file VideoInputGroup.h.

53 int width = -1;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.