OpenShot Library | libopenshot
0.3.3
|
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... | |