MediaX v1.0.0rc7 [7e6cb74]
Video streaming for military vehicles
Loading...
Searching...
No Matches
capture.h
Go to the documentation of this file.
1//
2// Copyright (c) 2024, Astute Systems PTY LTD
3//
4// This file is part of the MediaX 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//
13
14#ifndef CAPTURE_H
15#define CAPTURE_H
16
17enum class IoMethod {
18 IO_METHOD_READ,
19 IO_METHOD_MMAP,
20 IO_METHOD_USERPTR,
21};
22
23#endif // CAPTURE_H