Get Support
Home
Components
Examples
Namespaces
Classes
Files
File List
File Members
SDKs
EdgeVisDecoderSDK
AudioFormats.h
1
// Copyright (c) 2021 Digital Barriers
4
8
#pragma once
9
10
#ifdef __cplusplus
11
namespace
EdgeVisDecoderSDK
12
{
13
extern
"C"
{
14
#endif
15
20
typedef
enum class
AudioFormat
21
{
22
PCM16
,
23
G711_ULAW
,
24
UNKNOWN
25
}
AudioFormat
;
26
27
#ifdef __cplusplus
28
}
29
}
30
#endif
AudioFormat
AudioFormat
Audio data format.
Definition:
AudioFormats.h:20
AudioFormat::UNKNOWN
Unknown.
AudioFormat::G711_ULAW
G711 ulaw.
AudioFormat::PCM16
PCM 16-bit.
EdgeVisDecoderSDK
The EdgeVis Decoder SDK namespace.