FireBirdLib - Topfield TMS PVR TAP Programming Library
GetStreamFormat.c
Go to the documentation of this file.
1
#include "
libFireBird.h
"
2
3
// 6: HD[1080i]
4
// 7: HD[720p]
5
// 8: SD[576p]
6
// 9: SD[576i]
7
//10: ???
8
//11: HD[1080i]
9
//12: HD[720p]
10
//13: SD[480p]
11
//14: SD[480i]
12
//ff: unknown
13
14
byte
GetStreamFormat
(
byte
Index)
15
{
16
TRACEENTER
();
17
18
byte
ret;
19
byte(*Appl_GetStreamFormat)(byte);
20
21
ret = 0xff;
22
23
Appl_GetStreamFormat = (
void
*)
FIS_fwAppl_GetStreamFormat
();
24
25
if
(Appl_GetStreamFormat) ret = Appl_GetStreamFormat(Index);
26
27
TRACEEXIT
();
28
return
ret;
29
}
FIS_fwAppl_GetStreamFormat
dword FIS_fwAppl_GetStreamFormat(void)
Definition:
FIS_fwAppl_GetStreamFormat.c:3
GetStreamFormat
byte GetStreamFormat(byte Index)
Definition:
GetStreamFormat.c:14
libFireBird.h
TRACEEXIT
#define TRACEEXIT()
Definition:
libFireBird.h:1244
TRACEENTER
#define TRACEENTER()
Definition:
libFireBird.h:1243
av
GetStreamFormat.c
Generated on Fri Apr 29 2022 13:34:00 for FireBirdLib - Topfield TMS PVR TAP Programming Library by
1.9.3