MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Pages
QtCommon.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//
12
13#ifndef QT6_QTCOMMON_H_
14#define QT6_QTCOMMON_H_
15
16#include <QByteArray>
17
18#include "rtp/rtp.h"
19
31
32#endif // QT6_QTCOMMON_H_
ColourspaceType
Supported colour spaces.
Definition rtp_types.h:102
RTP streaming video types.
A structure to store frames of video.
Definition QtCommon.h:21
int width
The frame width.
Definition QtCommon.h:25
mediax::rtp::ColourspaceType encoding
The frame encoding.
Definition QtCommon.h:29
int height
The frame height.
Definition QtCommon.h:27
QByteArray video
The frame data.
Definition QtCommon.h:23