OpenShot Library | libopenshot
0.1.9
|
Header file for ChannelLayout class. More...
#include "FFmpegUtilities.h"
Go to the source code of this file.
Namespaces | |
openshot | |
This namespace is the default namespace for all code in the openshot library. | |
Enumerations | |
enum | openshot::ChannelLayout { openshot::LAYOUT_MONO = AV_CH_LAYOUT_MONO, openshot::LAYOUT_STEREO = AV_CH_LAYOUT_STEREO, openshot::LAYOUT_2POINT1 = AV_CH_LAYOUT_2POINT1, openshot::LAYOUT_2_1 = AV_CH_LAYOUT_2_1, openshot::LAYOUT_SURROUND = AV_CH_LAYOUT_SURROUND, openshot::LAYOUT_3POINT1 = AV_CH_LAYOUT_3POINT1, openshot::LAYOUT_4POINT0 = AV_CH_LAYOUT_4POINT0, openshot::LAYOUT_4POINT1 = AV_CH_LAYOUT_4POINT1, openshot::LAYOUT_2_2 = AV_CH_LAYOUT_2_2, openshot::LAYOUT_QUAD = AV_CH_LAYOUT_QUAD, openshot::LAYOUT_5POINT0 = AV_CH_LAYOUT_5POINT0, openshot::LAYOUT_5POINT1 = AV_CH_LAYOUT_5POINT1, openshot::LAYOUT_5POINT0_BACK = AV_CH_LAYOUT_5POINT0_BACK, openshot::LAYOUT_5POINT1_BACK = AV_CH_LAYOUT_5POINT1_BACK, openshot::LAYOUT_6POINT0 = AV_CH_LAYOUT_6POINT0, openshot::LAYOUT_6POINT0_FRONT = AV_CH_LAYOUT_6POINT0_FRONT, openshot::LAYOUT_HEXAGONAL = AV_CH_LAYOUT_HEXAGONAL, openshot::LAYOUT_6POINT1 = AV_CH_LAYOUT_6POINT1, openshot::LAYOUT_6POINT1_BACK = AV_CH_LAYOUT_6POINT1_BACK, openshot::LAYOUT_6POINT1_FRONT = AV_CH_LAYOUT_6POINT1_FRONT, openshot::LAYOUT_7POINT0 = AV_CH_LAYOUT_7POINT0, openshot::LAYOUT_7POINT0_FRONT = AV_CH_LAYOUT_7POINT0_FRONT, openshot::LAYOUT_7POINT1 = AV_CH_LAYOUT_7POINT1, openshot::LAYOUT_7POINT1_WIDE = AV_CH_LAYOUT_7POINT1_WIDE, openshot::LAYOUT_7POINT1_WIDE_BACK = AV_CH_LAYOUT_7POINT1_WIDE_BACK, openshot::LAYOUT_OCTAGONAL = AV_CH_LAYOUT_OCTAGONAL, openshot::LAYOUT_STEREO_DOWNMIX = AV_CH_LAYOUT_STEREO_DOWNMIX } |
This enumeration determines the audio channel layout (such as stereo, mono, 5 point surround, etc...) More... | |
Header file for ChannelLayout class.
Copyright (c) 2008-2014 OpenShot Studios, LLC http://www.openshotstudios.com/. This file is part of OpenShot Library (libopenshot), an open-source project dedicated to delivering high quality video editing and animation solutions to the world. For more information visit http://www.openshot.org/.
OpenShot Library (libopenshot) is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
OpenShot Library (libopenshot) is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with OpenShot Library. If not, see http://www.gnu.org/licenses/.
Definition in file ChannelLayouts.h.