mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-11-30 19:27:49 +08:00
13 lines
196 B
C
13 lines
196 B
C
|
#ifndef __DTV_UTILS_H__
|
||
|
#define __DTV_UTILS_H__
|
||
|
#include <cdtypes.h>
|
||
|
#include <ngl_tuner.h>
|
||
|
|
||
|
namespace tvutils{
|
||
|
|
||
|
int GetTuningParams(NGLTunerParam&tp,int*lnb=nullptr,int*_22k=nullptr);
|
||
|
|
||
|
}
|
||
|
|
||
|
#endif
|