src/multimedia/video/qvideosurfaceformat.cpp
changeset 18 2f34d5167611
parent 3 41300fa6a67c
child 37 758a864f9613
equal deleted inserted replaced
3:41300fa6a67c 18:2f34d5167611
     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