diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-08 15:04:33 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2002-09-08 15:04:33 +0200 |
commit | c40fdb05a36355e30fe4a406ae65073f98a7cc1e (patch) | |
tree | 4a84261966a59ceb40f8a5e5170f7ef101dccb23 /device.h | |
parent | 706a6e1beb322c2681b6252a93c3577e7d306d9c (diff) | |
download | vdr-c40fdb05a36355e30fe4a406ae65073f98a7cc1e.tar.gz vdr-c40fdb05a36355e30fe4a406ae65073f98a7cc1e.tar.bz2 |
Added play mode pmAudioOnlyBlack1.1.9
Diffstat (limited to 'device.h')
-rw-r--r-- | device.h | 9 |
1 files changed, 5 insertions, 4 deletions
@@ -4,7 +4,7 @@ * See the main source file 'vdr.c' for copyright information and * how to reach the author. * - * $Id: device.h 1.15 2002/09/08 14:02:50 kls Exp $ + * $Id: device.h 1.16 2002/09/08 14:56:21 kls Exp $ */ #ifndef __DEVICE_H @@ -26,9 +26,10 @@ enum eSetChannelResult { scrOk, scrNotAvailable, scrNoTransfer, scrFailed }; -enum ePlayMode { pmNone, // audio/video from decoder - pmAudioVideo, // audio/video from player - pmAudioOnly, // audio only from player, video from decoder +enum ePlayMode { pmNone, // audio/video from decoder + pmAudioVideo, // audio/video from player + pmAudioOnly, // audio only from player, video from decoder + pmAudioOnlyBlack, // audio only from player, no video (black screen) pmExtern_THIS_SHOULD_BE_AVOIDED // external player (e.g. MPlayer), release the device // WARNING: USE THIS MODE ONLY AS A LAST RESORT, IF YOU |