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