PayloadType Struct
RTP dynamic payload type (default 96, the conventional value for H.264 over RTP). More...
Declaration
struct simaai::neat::H264Packetize::PayloadType { ... }
Included Headers
#include <H264Packetize.h>
Public Constructors Index
| constexpr | PayloadType (int v=96) |
|
Construct from raw integer value (defaults to 96). More... | |
Public Member Attributes Index
| int | value |
|
Underlying integer payload type. More... | |
Description
RTP dynamic payload type (default 96, the conventional value for H.264 over RTP).
Definition at line 28 of file H264Packetize.h.
Public Constructors
PayloadType()
| inline constexpr |
Construct from raw integer value (defaults to 96).
Definition at line 31 of file H264Packetize.h.
31 constexpr PayloadType(int v = 96) : value(v) {}
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.