MediaX
v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Toggle main menu visibility
Main Page
Namespaces
Namespace List
Namespace Members
All
b
c
d
g
h
i
k
r
s
Functions
Variables
Typedefs
Enumerations
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
c
d
f
g
i
m
n
o
p
q
r
s
t
u
v
w
y
~
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
y
z
Files
File List
Globals
All
c
d
e
g
m
n
p
s
v
Functions
c
d
e
g
m
n
p
s
v
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
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
};
21
struct
Frame
{
…
};
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