15#ifndef QT6_QTRTPOPENH264PAYLOADER_H_
16#define QT6_QTRTPOPENH264PAYLOADER_H_
50 Q_INVOKABLE
void setStreamInfo(const
mediax::rtp::StreamInformation &stream_information) final;
56 Q_INVOKABLE
bool open() final;
62 Q_INVOKABLE
void start() final;
68 Q_INVOKABLE
void stop() final;
74 Q_INVOKABLE
void close() final;
82 Q_INVOKABLE
int transmit(
Frame *frame,
bool blocking = true) final;
RTP streaming video class for uncompressed DEF-STAN 00-82 video streams.
RTP streaming video class for H.264 DEF-STAN 00-82 video streams using openh264.
A structure to store frames of video.
Definition QtCommon.h:21