AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
process.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifndef AJA_PROCESS_H
9
#define AJA_PROCESS_H
10
11
#include "
ajabase/common/public.h
"
12
13
class
AJAProcessImpl
;
14
19
class
AJA_EXPORT
AJAProcess
20
{
21
public
:
22
23
AJAProcess
();
24
virtual
~
AJAProcess
();
25
31
static
uint64_t GetPid();
32
40
static
bool
IsValid(uint64_t pid);
41
49
static
bool
Activate(uint64_t handle);
50
60
static
bool
Activate(
const
char
* pWindow);
61
62
private
:
63
64
AJAProcessImpl
* mpImpl;
65
66
};
67
68
#endif // AJA_PROCESS_H
AJA_EXPORT
#define AJA_EXPORT
Definition:
export.h:34
public.h
Master header for the ajabase library.
AJAProcess
Definition:
process.h:19
AJAProcessImpl
Definition:
processimpl.h:16
libajantv2
ajabase
system
process.h
Generated on Tue Dec 3 2024 10:25:59 for AJA NTV2 SDK by
1.8.17