MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
sap_receive.h
Go to the documentation of this file.
1//
2// Copyright (c) 2025, Astute Systems PTY LTD
3//
4// This file is part of the VivoeX project developed by Astute Systems.
5//
6// Licensed under the Attribution-NonCommercial 4.0 International (CC BY-NC 4.0)
7// License. See the LICENSE file in the project root for full license details.
8//
11
12#ifndef SAP_RECEIVE_H
13#define SAP_RECEIVE_H
14
15#include <QObject>
16#include <QRtp>
17#include <QTimer>
18
19#include "sap/sap.h"
20
21class QtSapReceiver : public QObject {
22 Q_OBJECT
23
24 public:
29 QtSapReceiver() = default;
30
35 ~QtSapReceiver() = default;
36
37 public slots:
43 void newSap(const QString name, const ::mediax::sap::SdpMessage message);
44
45 private:
46};
47
48#endif // SAP_RECEIVE_H
Definition sap_receive.h:21
void newSap(const QString name, const ::mediax::sap::SdpMessage message)
New frame signal.
Definition sap_receive.cpp:19
QtSapReceiver()=default
Construct a new Qt SAP/SDP Receive object.
~QtSapReceiver()=default
Destroy the Qt SAP/SDP Receive object.
RTP streaming video types.