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 ** |
100 }; |
100 }; |
101 |
101 |
102 /*! |
102 /*! |
103 \class QVideoFrame |
103 \class QVideoFrame |
104 \brief The QVideoFrame class provides a representation of a frame of video data. |
104 \brief The QVideoFrame class provides a representation of a frame of video data. |
105 \preliminary |
|
106 \since 4.6 |
105 \since 4.6 |
107 |
106 |
108 A QVideoFrame encapsulates the data of a video frame, and information about the frame. |
107 A QVideoFrame encapsulates the data of a video frame, and information about the frame. |
109 |
108 |
110 The contents of a video frame can be mapped to memory using the map() function. While |
109 The contents of a video frame can be mapped to memory using the map() function. While |