Warning, file /multimedia/k3b/plugins/encoder/ogg/k3boggvorbisencoderdefaults.h was not indexed or was modified since last indexation (in which case cross-reference links may be missing, inaccurate or erroneous).

0001 /*
0002     SPDX-FileCopyrightText: 2010 Michal Malek <michalm@jabster.pl>
0003     SPDX-FileCopyrightText: 1998-2008 Sebastian Trueg <trueg@k3b.org>
0004     SPDX-License-Identifier: GPL-2.0-or-later
0005 */
0006 
0007 #ifndef _K3B_OGG_VORBIS_ENCODER_DEFAULTS_H_
0008 #define _K3B_OGG_VORBIS_ENCODER_DEFAULTS_H_
0009 
0010 const bool DEFAULT_MANUAL_BITRATE = false;
0011 const int DEFAULT_QUALITY_LEVEL = 4;
0012 const int DEFAULT_BITRATE_UPPER = -1;
0013 const int DEFAULT_BITRATE_NOMINAL = -1;
0014 const int DEFAULT_BITRATE_LOWER = -1;
0015 const int DEFAULT_SAMPLERATE = 44100;
0016 
0017 #endif // _K3B_OGG_VORBIS_ENCODER_DEFAULTS_H_