OpenShot Library | libopenshot  0.3.3
ChannelLayouts.h
Go to the documentation of this file.
1 
9 // Copyright (c) 2008-2019 OpenShot Studios, LLC
10 //
11 // SPDX-License-Identifier: LGPL-3.0-or-later
12 
13 #ifndef OPENSHOT_CHANNEL_LAYOUT_H
14 #define OPENSHOT_CHANNEL_LAYOUT_H
15 
16 // Include FFmpeg headers and macros
17 #include "FFmpegUtilities.h"
18 
19 namespace openshot
20 {
21 
29 {
30  LAYOUT_MONO = AV_CH_LAYOUT_MONO,
31  LAYOUT_STEREO = AV_CH_LAYOUT_STEREO,
32  LAYOUT_2POINT1 = AV_CH_LAYOUT_2POINT1,
33  LAYOUT_2_1 = AV_CH_LAYOUT_2_1,
34  LAYOUT_SURROUND = AV_CH_LAYOUT_SURROUND,
35  LAYOUT_3POINT1 = AV_CH_LAYOUT_3POINT1,
36  LAYOUT_4POINT0 = AV_CH_LAYOUT_4POINT0,
37  LAYOUT_4POINT1 = AV_CH_LAYOUT_4POINT1,
38  LAYOUT_2_2 = AV_CH_LAYOUT_2_2,
39  LAYOUT_QUAD = AV_CH_LAYOUT_QUAD,
40  LAYOUT_5POINT0 = AV_CH_LAYOUT_5POINT0,
41  LAYOUT_5POINT1 = AV_CH_LAYOUT_5POINT1,
42  LAYOUT_5POINT0_BACK = AV_CH_LAYOUT_5POINT0_BACK,
43  LAYOUT_5POINT1_BACK = AV_CH_LAYOUT_5POINT1_BACK,
44  LAYOUT_6POINT0 = AV_CH_LAYOUT_6POINT0,
45  LAYOUT_6POINT0_FRONT = AV_CH_LAYOUT_6POINT0_FRONT,
46  LAYOUT_HEXAGONAL = AV_CH_LAYOUT_HEXAGONAL,
47  LAYOUT_6POINT1 = AV_CH_LAYOUT_6POINT1,
48  LAYOUT_6POINT1_BACK = AV_CH_LAYOUT_6POINT1_BACK,
49  LAYOUT_6POINT1_FRONT = AV_CH_LAYOUT_6POINT1_FRONT,
50  LAYOUT_7POINT0 = AV_CH_LAYOUT_7POINT0,
51  LAYOUT_7POINT0_FRONT = AV_CH_LAYOUT_7POINT0_FRONT,
52  LAYOUT_7POINT1 = AV_CH_LAYOUT_7POINT1,
53  LAYOUT_7POINT1_WIDE = AV_CH_LAYOUT_7POINT1_WIDE,
54  LAYOUT_7POINT1_WIDE_BACK = AV_CH_LAYOUT_7POINT1_WIDE_BACK,
55  LAYOUT_OCTAGONAL = AV_CH_LAYOUT_OCTAGONAL,
56  LAYOUT_STEREO_DOWNMIX = AV_CH_LAYOUT_STEREO_DOWNMIX
57 };
58 
59 
60 }
61 
62 #endif
Header file for FFmpegUtilities.
This namespace is the default namespace for all code in the openshot library.
Definition: Compressor.h:29
ChannelLayout
This enumeration determines the audio channel layout (such as stereo, mono, 5 point surround,...
@ LAYOUT_7POINT0_FRONT
@ LAYOUT_6POINT0_FRONT
@ LAYOUT_6POINT1_BACK
@ LAYOUT_OCTAGONAL
@ LAYOUT_7POINT1_WIDE_BACK
@ LAYOUT_7POINT1_WIDE
@ LAYOUT_6POINT1_FRONT
@ LAYOUT_HEXAGONAL
@ LAYOUT_5POINT0_BACK
@ LAYOUT_5POINT1_BACK
@ LAYOUT_STEREO_DOWNMIX