H264Packetize Class
RTP H.264 payloader Node — wraps encoded H.264 into RTP packets. More...
Declaration
Included Headers
Base classes
| class | Node |
| class | OutputSpecProvider |
Public Constructors Index
| H264Packetize (PayloadType pt=PayloadType{}, ConfigInterval config_interval=ConfigInterval{}) | |
|
Construct with optional payload type and SPS/PPS re-injection interval. More... | |
Public Member Functions Index
| std::string | kind () const override |
|
Type label for this Node kind. More... | |
| NodeCapsBehavior | caps_behavior () const override |
|
Whether the Node negotiates static or dynamic caps. More... | |
| std::string | backend_fragment (int node_index) const override |
|
GStreamer fragment this Node emits. More... | |
| std::vector< std::string > | element_names (int node_index) const override |
|
Deterministic element names this Node will create. More... | |
| OutputSpec | output_spec (const OutputSpec &input) const override |
|
Negotiated downstream caps produced by this Node. More... | |
| int | pt () const |
|
Configured RTP payload type. More... | |
| int | config_interval () const |
|
Configured SPS/PPS re-injection interval (seconds). More... | |
Private Member Attributes Index
| int | pt_ = 96 |
| int | config_interval_ = 1 |
Description
RTP H.264 payloader Node — wraps encoded H.264 into RTP packets.
Definition at line 25 of file H264Packetize.h.
Public Constructors
H264Packetize()
|
Construct with optional payload type and SPS/PPS re-injection interval.
Definition at line 42 of file H264Packetize.h.
Public Member Functions
backend_fragment()
|
GStreamer fragment this Node emits.
Definition at line 53 of file H264Packetize.h.
caps_behavior()
| inline |
Whether the Node negotiates static or dynamic caps.
Definition at line 48 of file H264Packetize.h.
config_interval()
| inline |
Configured SPS/PPS re-injection interval (seconds).
Definition at line 64 of file H264Packetize.h.
element_names()
|
Deterministic element names this Node will create.
Definition at line 55 of file H264Packetize.h.
kind()
| inline |
Type label for this Node kind.
Definition at line 44 of file H264Packetize.h.
output_spec()
|
Negotiated downstream caps produced by this Node.
Definition at line 57 of file H264Packetize.h.
pt()
| inline |
Configured RTP payload type.
Definition at line 60 of file H264Packetize.h.
Private Member Attributes
config_interval_
|
Definition at line 70 of file H264Packetize.h.
pt_
|
Definition at line 69 of file H264Packetize.h.
The documentation for this class was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.