Skip to main content

ConfigInterval Struct

SPS/PPS re-injection interval in seconds (default 1). More...

Declaration

struct simaai::neat::H264Packetize::ConfigInterval { ... }

Included Headers

#include <H264Packetize.h>

Public Constructors Index

constexprConfigInterval (int v=1)

Construct from raw integer value (defaults to 1). More...

Public Member Attributes Index

intvalue

Underlying integer interval, in seconds. More...

Description

SPS/PPS re-injection interval in seconds (default 1).

Definition at line 35 of file H264Packetize.h.

Public Constructors

ConfigInterval()

constexpr simaai::neat::H264Packetize::ConfigInterval::ConfigInterval (int v=1)
inline constexpr

Construct from raw integer value (defaults to 1).

Definition at line 38 of file H264Packetize.h.

38 constexpr ConfigInterval(int v = 1) : value(v) {}

Public Member Attributes

value

int simaai::neat::H264Packetize::ConfigInterval::value

Underlying integer interval, in seconds.

Definition at line 36 of file H264Packetize.h.

36 int value;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.