AJA NTV2 SDK
17.6.0.1688
NTV2 SDK 17.6.0.1688
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
_
a
b
c
d
e
f
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
b
c
e
g
k
n
r
v
Related Functions
:
a
b
c
d
j
o
s
w
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
f
h
i
j
l
m
n
o
p
q
r
s
t
u
w
Enumerations
_
a
b
c
d
e
f
h
i
j
k
m
n
p
q
r
s
t
u
v
x
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
audioutilities.h
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifndef AJA_AUDIOUTILS_H
9
#define AJA_AUDIOUTILS_H
10
11
#include "
public.h
"
12
13
#define AJA_MAX_AUDIO_CHANNELS 16
14
15
uint32_t
AJA_EXPORT
AJA_GenerateAudioTone
(
16
uint32_t* audioBuffer,
17
uint32_t numSamples,
18
uint32_t numChannels,
19
uint32_t numBits,
20
uint32_t& cycleSample,
21
double
sampleRate,
22
double
* amplitude,
23
double
* frequency,
24
bool
endianConvert);
25
26
27
#endif
AJA_EXPORT
#define AJA_EXPORT
Definition:
export.h:34
public.h
Master header for the ajabase library.
AJA_GenerateAudioTone
uint32_t AJA_EXPORT AJA_GenerateAudioTone(uint32_t *audioBuffer, uint32_t numSamples, uint32_t numChannels, uint32_t numBits, uint32_t &cycleSample, double sampleRate, double *amplitude, double *frequency, bool endianConvert)
Definition:
audioutilities.cpp:16
libajantv2
ajabase
common
audioutilities.h
Generated on Wed Mar 5 2025 11:06:22 for AJA NTV2 SDK by
1.8.17