vdr  2.4.7
Public Attributes | List of all members
video_event Struct Reference

#include <video.h>

Public Attributes

__s32 type
 
long timestamp
 
union {
   video_size_t   size
 
   unsigned int   frame_rate
 
   unsigned char   vsync_field
 
u
 

Detailed Description

Definition at line 120 of file video.h.

Member Data Documentation

◆ frame_rate

unsigned int video_event::frame_rate

Definition at line 130 of file video.h.

◆ size

video_size_t video_event::size

Definition at line 129 of file video.h.

◆ timestamp

long video_event::timestamp

Definition at line 127 of file video.h.

◆ type

__s32 video_event::type

Definition at line 121 of file video.h.

◆ 

union { ... } video_event::u

◆ vsync_field

unsigned char video_event::vsync_field

Definition at line 131 of file video.h.


The documentation for this struct was generated from the following file: