-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathREADME
18 lines (13 loc) · 867 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: ServiceResolution Converter to display full service resolution, including framerate and interlace/progressive flag, displays nothing if no video available e.g. Radio
VideoInfo --> 1920x1080i50
VideoInfoCodec --> 1920x1080i50 [H.264/AVC]
VideoCodec --> H.264/AVC
Usage example (display full service resolution):
<widget source="session.CurrentService" render="Label" position="575,198" size="280,40" backgroundColor="#00616161" transparent="1" font="Regular;24" halign="left" foregroundColor="#00ffffff">
<convert type="ServiceResolution">VideoInfo</convert>
</widget>
Usage example (hide pixmap):
<widget source="session.CurrentService" render="Pixmap" pixmap="~/resicon.png" position="525,200" size="40,40" zPosition="1" alphatest="blend">
<convert type="ServiceResolution">VideoInfo</convert>
<convert type="ConditionalShowHide" />
</widget>