44 void STB_SUBStart(U8BIT path, U16BIT pid, U16BIT composition_id, U16BIT ancillary_id);
46 void STB_SUBSetStream(U8BIT path, U16BIT pid, U16BIT composition_id, U16BIT ancillary_id);
48 void STB_SUBReadSettings(BOOLEAN *running, U16BIT *pid, U16BIT *comp_id, U16BIT *anc_id, BOOLEAN *enabled);
void STB_SUBStop(U8BIT path)
Stops subtitling display.
Definition: stbdsc.c:1057
void STB_SUBSetStream(U8BIT path, U16BIT pid, U16BIT composition_id, U16BIT ancillary_id)
Sets the stream IDs to be decoded.
Definition: stbdsc.c:1092
void STB_SUBEnable(U8BIT path, BOOLEAN enable)
Enables or disables subtitling display.
Definition: stbdsc.c:983
void STB_SUBStart(U8BIT path, U16BIT pid, U16BIT composition_id, U16BIT ancillary_id)
Starts subtitling display.
Definition: stbdsc.c:1032
System Wide Global Technical Data Type Definitions.
void STB_SUBStatus(BOOLEAN *started, BOOLEAN *shown)
returns the current status information
Definition: stbdsc.c:1177
void STB_SUBReadSettings(BOOLEAN *running, U16BIT *pid, U16BIT *comp_id, U16BIT *anc_id, BOOLEAN *enabled)
returns the current status information
Definition: stbdsc.c:1202