mirror of
https://github.com/vdr-projects/vdr.git
synced 2025-03-01 10:50:46 +00:00
The various modulation types are now taken into account when selecting a device
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* See the main source file 'vdr.c' for copyright information and
|
||||
* how to reach the author.
|
||||
*
|
||||
* $Id: dvbdevice.h 2.13 2010/02/21 14:06:08 kls Exp $
|
||||
* $Id: dvbdevice.h 2.14 2010/04/11 10:29:37 kls Exp $
|
||||
*/
|
||||
|
||||
#ifndef __DVBDEVICE_H
|
||||
@@ -37,6 +37,7 @@ struct tDvbParameterMap {
|
||||
const char *userString;
|
||||
};
|
||||
|
||||
const char *MapToUserString(int Value, const tDvbParameterMap *Map);
|
||||
int MapToUser(int Value, const tDvbParameterMap *Map, const char **String = NULL);
|
||||
int MapToDriver(int Value, const tDvbParameterMap *Map);
|
||||
int UserIndex(int Value, const tDvbParameterMap *Map);
|
||||
|
Reference in New Issue
Block a user