OpenShot Library | libopenshot  0.3.2
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
FFmpegUtilities.h
Header file for FFmpegUtilities.
openshot
This namespace is the default namespace for all code in the openshot library.
Definition: Compressor.h:28
openshot::LAYOUT_6POINT0
@ LAYOUT_6POINT0
Definition: ChannelLayouts.h:44
openshot::LAYOUT_2_1
@ LAYOUT_2_1
Definition: ChannelLayouts.h:33
openshot::LAYOUT_HEXAGONAL
@ LAYOUT_HEXAGONAL
Definition: ChannelLayouts.h:46
openshot::LAYOUT_5POINT1
@ LAYOUT_5POINT1
Definition: ChannelLayouts.h:41
openshot::LAYOUT_6POINT1_FRONT
@ LAYOUT_6POINT1_FRONT
Definition: ChannelLayouts.h:49
openshot::LAYOUT_STEREO
@ LAYOUT_STEREO
Definition: ChannelLayouts.h:31
openshot::LAYOUT_2POINT1
@ LAYOUT_2POINT1
Definition: ChannelLayouts.h:32
openshot::LAYOUT_6POINT0_FRONT
@ LAYOUT_6POINT0_FRONT
Definition: ChannelLayouts.h:45
openshot::LAYOUT_QUAD
@ LAYOUT_QUAD
Definition: ChannelLayouts.h:39
openshot::LAYOUT_MONO
@ LAYOUT_MONO
Definition: ChannelLayouts.h:30
openshot::LAYOUT_5POINT0
@ LAYOUT_5POINT0
Definition: ChannelLayouts.h:40
openshot::LAYOUT_7POINT0
@ LAYOUT_7POINT0
Definition: ChannelLayouts.h:50
openshot::LAYOUT_SURROUND
@ LAYOUT_SURROUND
Definition: ChannelLayouts.h:34
openshot::LAYOUT_6POINT1
@ LAYOUT_6POINT1
Definition: ChannelLayouts.h:47
openshot::LAYOUT_7POINT1_WIDE_BACK
@ LAYOUT_7POINT1_WIDE_BACK
Definition: ChannelLayouts.h:54
openshot::LAYOUT_7POINT0_FRONT
@ LAYOUT_7POINT0_FRONT
Definition: ChannelLayouts.h:51
openshot::LAYOUT_4POINT1
@ LAYOUT_4POINT1
Definition: ChannelLayouts.h:37
openshot::LAYOUT_3POINT1
@ LAYOUT_3POINT1
Definition: ChannelLayouts.h:35
openshot::LAYOUT_4POINT0
@ LAYOUT_4POINT0
Definition: ChannelLayouts.h:36
openshot::LAYOUT_7POINT1
@ LAYOUT_7POINT1
Definition: ChannelLayouts.h:52
openshot::LAYOUT_5POINT0_BACK
@ LAYOUT_5POINT0_BACK
Definition: ChannelLayouts.h:42
openshot::LAYOUT_OCTAGONAL
@ LAYOUT_OCTAGONAL
Definition: ChannelLayouts.h:55
openshot::LAYOUT_5POINT1_BACK
@ LAYOUT_5POINT1_BACK
Definition: ChannelLayouts.h:43
openshot::LAYOUT_6POINT1_BACK
@ LAYOUT_6POINT1_BACK
Definition: ChannelLayouts.h:48
openshot::LAYOUT_2_2
@ LAYOUT_2_2
Definition: ChannelLayouts.h:38
openshot::LAYOUT_STEREO_DOWNMIX
@ LAYOUT_STEREO_DOWNMIX
Definition: ChannelLayouts.h:56
openshot::ChannelLayout
ChannelLayout
This enumeration determines the audio channel layout (such as stereo, mono, 5 point surround,...
Definition: ChannelLayouts.h:28
openshot::LAYOUT_7POINT1_WIDE
@ LAYOUT_7POINT1_WIDE
Definition: ChannelLayouts.h:53