Sensoray 2253 Windows User Manual
Page 58

int positionTop; //see xoff, yoff below
int ddmm; //date format 0=mm-dd 1=dd-mm 2=mmm-dd, 3=dd-mmm-
4=mmm dd, 5=ddmmm, 6=dd.mm.
int year2; // year display mode (year2 = 1 means 2 digits, year2=0 means
4 digits)
int fraction; // whether to display fraction of seconds
int xoffset; //x offset: if positionTop=1, relative to top. if positionTop=0,
relative to bottom
int yoffset; //y offset: if positionTop=1, relative to top. if positionTop=0,
relative to bottom
unsigned char line[MID2253_MAX_OSDLONGTEXT]; // ascii string of text (null
terminated)
} MID2253_OSD_LONGTEXT;
typedef struct mid2253_osd_styledtext
{
int osdOn;
// OSD on if != 0
int osdChan; // osd channel to update. osdChan=0 for stream A,
osdChan=1 for stream B, osdChan=2 for output
int id;
// region id: 0..7
int xoffset;
// x offset: relative to left
int yoffset;
// y offset: relative to top
LPSTR font; // font name
int size; // point size of text
int style;
// bit[0]: bold, bit[1]: italic, bit[2]: outline, bit[3]:
underline, bit[4]: shadow
int outline; // outline style: 0=transparent, 1..7=shaded, 8=black
int background; // background style: 0=transparent, 1..7=shaded,
8=black
int color; // RGB888 color for text (only used for osdChan=2)
LPSTR line; // pointer to UTF8 text (null terminated) (pointer may be
NULL, which will update xoffset and yoffset only)
} MID2253_OSD_STYLEDTEXT;
58