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
| constexpr | ConfigInterval (int v=1) |
|
Construct from raw integer value (defaults to 1). More... | |
Public Member Attributes Index
| int | value |
|
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()
| 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
|
Underlying integer interval, in seconds.
Definition at line 36 of file H264Packetize.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.