video buffer structure  
 More...
#include <video.h>
video buffer structure 
Represent a video frame.
- Parameters
 - 
  
    | driver_data | is a pointer to driver specific data.  | 
    | buffer | is a pointer to the start of the buffer.  | 
    | size | is the size in bytes of the buffer.  | 
    | bytesused | is the number of bytes occupied by the valid data in the buffer.  | 
    | timestamp | is a time reference in milliseconds at which the last data byte was actually received for input endpoints or to be consumed for output endpoints.  | 
  
   
 
◆ buffer
◆ bytesused
◆ driver_data
      
        
          | void* video_buffer::driver_data | 
        
      
 
 
◆ size
◆ timestamp
The documentation for this struct was generated from the following file: