Skip to main content

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

constexprPayloadType (int v=96)

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

Public Member Attributes Index

intvalue

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()

constexpr simaai::neat::H264Packetize::PayloadType::PayloadType (int v=96)
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) {}

Public Member Attributes

value

int simaai::neat::H264Packetize::PayloadType::value

Underlying integer payload type.

Definition at line 29 of file H264Packetize.h.

29 int value;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.