src/multimedia/video/qabstractvideosurface.cpp
changeset 7 f7bc934e204c
parent 3 41300fa6a67c
equal deleted inserted replaced
3:41300fa6a67c 7:f7bc934e204c
     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 **
    44 QT_BEGIN_NAMESPACE
    44 QT_BEGIN_NAMESPACE
    45 
    45 
    46 /*!
    46 /*!
    47     \class QAbstractVideoSurface
    47     \class QAbstractVideoSurface
    48     \brief The QAbstractVideoSurface class is a base class for video presentation surfaces.
    48     \brief The QAbstractVideoSurface class is a base class for video presentation surfaces.
    49     \preliminary
       
    50     \since 4.6
    49     \since 4.6
    51 
    50 
    52     The QAbstractVideoSurface class defines the standard interface that video producers use to
    51     The QAbstractVideoSurface class defines the standard interface that video producers use to
    53     inter-operate with video presentation surfaces.  It is not supposed to be instantiated directly.
    52     inter-operate with video presentation surfaces.  It is not supposed to be instantiated directly.
    54     Instead, you should subclass it to create new video surfaces.
    53     Instead, you should subclass it to create new video surfaces.