Skip to main content

OutputCaps Struct

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

Declaration

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

Included Headers

#include <RtspDecodedInput.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 62 of file RtspDecodedInput.h.

Public Member Attributes

enable

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

If false, no caps filter is inserted.

Definition at line 63 of file RtspDecodedInput.h.

63 bool enable = false;

format

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

Pixel format the group should advertise.

Definition at line 64 of file RtspDecodedInput.h.

fps

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

Output frame rate (-1 = leave unspecified).

Definition at line 67 of file RtspDecodedInput.h.

67 int fps = -1;

height

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

Output height (-1 = leave unspecified).

Definition at line 66 of file RtspDecodedInput.h.

66 int height = -1;

memory

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

Buffer memory domain.

Initialiser

Definition at line 68 of file RtspDecodedInput.h.

width

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

Output width (-1 = leave unspecified).

Definition at line 65 of file RtspDecodedInput.h.

65 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.