equal
deleted
inserted
replaced
1 /**************************************************************************** |
1 /**************************************************************************** |
2 ** |
2 ** |
3 ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies). |
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
4 ** All rights reserved. |
4 ** All rights reserved. |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
6 ** |
6 ** |
7 ** This file is part of the QtMultimedia module of the Qt Toolkit. |
7 ** This file is part of the QtMultimedia module of the Qt Toolkit. |
8 ** |
8 ** |
134 |
134 |
135 /*! |
135 /*! |
136 \class QVideoSurfaceFormat |
136 \class QVideoSurfaceFormat |
137 \brief The QVideoSurfaceFormat class specifies the stream format of a video presentation |
137 \brief The QVideoSurfaceFormat class specifies the stream format of a video presentation |
138 surface. |
138 surface. |
139 \preliminary |
|
140 \since 4.6 |
139 \since 4.6 |
141 |
140 |
142 A video surface presents a stream of video frames. The surface's format describes the type of |
141 A video surface presents a stream of video frames. The surface's format describes the type of |
143 the frames and determines how they should be presented. |
142 the frames and determines how they should be presented. |
144 |
143 |