Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members

l1394_avcresource.h

Go to the documentation of this file.
00001 /***************************************************************************
00002                           l1394avcresource.h  -  description
00003                              -------------------
00004     begin                : Fri Oct 27 2000
00005     copyright            : (C) 2000-2004 by Michael Repplinger
00006     email                : repplinger@cs.uni-sb.de
00007  ***************************************************************************/
00008 
00009 /***************************************************************************
00010  *                                                                         *
00011  *   This program is free software; you can redistribute it and/or modify  *
00012  *   it under the terms of the GNU General Public License as published by  *
00013  *   the Free Software Foundation; either version 2 of the License, or     *
00014  *   (at your option) any later version.                                   *
00015  *                                                                         *
00016  ***************************************************************************/
00017 
00018 //avc play commands;
00019 
00020 #define VCR_PLAY 0xc3
00021 #define VCR_NEXT_FRAME 0x30
00022 #define VCR_SLOWEST_FORWARD 0x31
00023 #define VCR_SLOW_FORWARD_6 0x32
00024 #define VCR_SLOW_FORWARD_5 0x33
00025 #define VCR_SLOW_FORWARD_4 0x34
00026 #define VCR_SLOW_FORWARD_3 0x35
00027 #define VCR_SLOW_FORWARD_2 0x36
00028 #define VCR_SLOW_FORWARD_1 0x37
00029 #define VCR_X1             0x38
00030 #define VCR_FAST_FORWARD_1 0x39
00031 #define VCR_FAST_FORWARD_2 0x3a
00032 #define VCR_FAST_FORWARD_3 0x3b
00033 #define VCR_FAST_FORWARD_4 0x3c
00034 #define VCR_FAST_FORWARD_5 0x3d
00035 #define VCR_FAST_FORWARD_6 0x3e
00036 #define VCR_FASTEST_FORWARD 0x3f
00037 #define VCR_PREVIOUS_FRAME 0x40
00038 #define VCR_SLOW_REVERSE_6 0x42
00039 #define VCR_SLOW_REVERSE_5 0x43
00040 #define VCR_SLOW_REVERSE_4 0x44
00041 #define VCR_SLOW_REVERSE_3 0x45
00042 #define VCR_SLOW_REVERSE_2 0x46
00043 #define VCR_SLOW_REVERSE_1 0x47
00044 #define X1_REVERSE         0x48
00045 #define VCR_FAST_REVERSE_1 0x49
00046 #define VCR_FAST_REVERSE_2 0x4a
00047 #define VCR_FAST_REVERSE_3 0x4b
00048 #define VCR_FAST_REVERSE_4 0x4c
00049 #define VCR_FAST_REVERSE_5 0x4d
00050 #define VCR_FAST_REVERSE_6 0x4e
00051 #define VCR_RVERSE         0x65
00052 #define VCR_REVERSE_PAUSE  0x6d
00053 #define VCR_FORWARD        0x75
00054 #define VCR_FORWARD_PAUSE  0x7d
00055 
00056 //vcr wind
00057 #define VCR_WIND 0xc4
00058 #define VCR_HIGH_SPEED_REWIND 0x45
00059 #define VCR_STOP           0x60
00060 #define VCR_REWIND         0x65
00061 #define VCR_FORWARD        0x75
00062 
00063 //vcr backward
00064 
00065 #define VCR_BACKWARD 0x56
00066 
00067 
00068 
00069 
00070 

Generated on Wed Aug 24 00:36:39 2005 for L1394 by doxygen 1.4.2
L1394 library (NMM) grahics.cs.uni-sb.de/~repplix/l1394_home/