equal
deleted
inserted
replaced
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 |