src/multimedia/video/qabstractvideobuffer.cpp
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
    69 
    69 
    70     Identifies the type of a video buffers handle.
    70     Identifies the type of a video buffers handle.
    71 
    71 
    72     \value NoHandle The buffer has no handle, its data can only be accessed by mapping the buffer.
    72     \value NoHandle The buffer has no handle, its data can only be accessed by mapping the buffer.
    73     \value GLTextureHandle The handle of the buffer is an OpenGL texture ID.
    73     \value GLTextureHandle The handle of the buffer is an OpenGL texture ID.
       
    74     \value XvShmImageHandle The handle contains pointer to shared memory XVideo image.
       
    75     \value CoreImageHandle The handle contains pointer to Mac OS X CIImage.
    74     \value UserHandle Start value for user defined handle types.
    76     \value UserHandle Start value for user defined handle types.
    75 
    77 
    76     \sa handleType()
    78     \sa handleType()
    77 */
    79 */
    78 
    80