Expose the audio and video encoding modes through QML as well.

They were missing.

Change-Id: I0bb08c5e4721c27d2dcec818c0ee33f42c8df959
Reviewed-by: Dmytro Poplavskiy <dmytro.poplavskiy@nokia.com>
This commit is contained in:
Michael Goddard
2012-02-26 14:47:05 +10:00
committed by Qt by Nokia
parent c9b3f247c7
commit b33b0d9d1d
3 changed files with 100 additions and 4 deletions

View File

@@ -382,10 +382,13 @@ Q_DEFINE_METADATA(ThumbnailImage);
Enumerates encoding modes.
\value ConstantQualityEncoding
\value ConstantBitRateEncoding
\value AverageBitRateEncoding
\value TwoPassEncoding
\value ConstantQualityEncoding Encoding will aim to have a constant quality, adjusting bitrate to fit.
\value ConstantBitRateEncoding Encoding will use a constant bit rate, adjust quality to fit.
\value AverageBitRateEncoding Encoding will try to keep an average bitrate setting, but will use
more or less as needed.
\value TwoPassEncoding The media will first be processed to determine the characteristics,
and then processed a second time allocating more bits to the areas
that need it.
*/
/*!