src/multimedia/video/qabstractvideosurface.cpp
branchRCL_3
changeset 7 3f74d0d4af4c
parent 4 3b1da2848fc7
equal deleted inserted replaced
6:dee5afe5301f 7:3f74d0d4af4c
    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.