mirror of
https://gitee.com/houstudio/Cdroid.git
synced 2024-11-29 18:59:14 +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
|