MediaX
v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
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
21
struct
Frame
{
23
QByteArray
video
;
25
int
width
;
27
int
height
;
29
mediax::rtp::ColourspaceType
encoding
;
30
};
31
32
#endif
// QT6_QTCOMMON_H_
mediax::rtp::ColourspaceType
ColourspaceType
Supported colour spaces.
Definition
rtp_types.h:102
rtp.h
RTP streaming video types.
Frame
A structure to store frames of video.
Definition
QtCommon.h:21
Frame::width
int width
The frame width.
Definition
QtCommon.h:25
Frame::encoding
mediax::rtp::ColourspaceType encoding
The frame encoding.
Definition
QtCommon.h:29
Frame::height
int height
The frame height.
Definition
QtCommon.h:27
Frame::video
QByteArray video
The frame data.
Definition
QtCommon.h:23
src
qt6
QtCommon.h
Generated by
1.9.8