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

#include <video.h>

Public Attributes

__u32 cmd
 
__u32 flags
 
union {
   struct {
      __u64   pts
 
   }   stop
 
   struct {
      __s32   speed
 
      __u32   format
 
   }   play
 
   struct {
      __u32   data [16]
 
   }   raw
 
}; 
 

Detailed Description

Definition at line 88 of file video.h.

Member Data Documentation

◆ 

union { ... }

◆ cmd

__u32 video_command::cmd

Definition at line 89 of file video.h.

◆ data

__u32 video_command::data[16]

Definition at line 107 of file video.h.

◆ flags

__u32 video_command::flags

Definition at line 90 of file video.h.

◆ format

__u32 video_command::format

Definition at line 103 of file video.h.

◆ 

struct { ... } video_command::play

◆ pts

__u64 video_command::pts

Definition at line 93 of file video.h.

◆ 

struct { ... } video_command::raw

◆ speed

__s32 video_command::speed

Definition at line 102 of file video.h.

◆ 

struct { ... } video_command::stop

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