184 void MHEG5streamPrint(
MHEG5Stream *stream,
char *out);
E_StreamState
Definition: mh5stream.h:43
Definition: dvblocator.h:37
#define MAX_MLTPLX
Definition: mh5stream.h:41
struct scounterTrigger * next
Definition: mh5stream.h:58
MHEG5ErrorCode MHEG5setCounterTrigger(MHEG5Root *target, MHEG5GList *params)
The effect of this action is to update the list of CounterTriggers for a Stream object SetCounterTrig...
Definition: mh5stream.c:499
MHEG5Int counterMaxPosition
Definition: mh5stream.h:78
Definition: dvblocator.h:30
Definition: mh5stream.h:51
Definition: mh5ingredient.h:63
Definition: fs_types.h:52
MHEG5ErrorCode MHEG5setCounterEndPosition(MHEG5Root *target, MHEG5GList *params)
Implementation of the SetCounterEndPosition (Target, NewPosition) action of the stream class...
Definition: mh5stream.c:784
Definition: mh5stream.h:46
MHEG5CounterTrigger * counterTriggers
Definition: mh5stream.h:77
MHEG5Bool MHEG5streamGetCurrentService(S_DVB_LOCATOR *multiplexRef)
Return the current service (i.e. the service corresponding to the currently running Video...
Definition: mh5stream.c:1062
void MHEG5streamFindCurrentService(void)
Find the current service (i.e. the service corresponding to the currently running Video...
Definition: mh5stream.c:1093
void MHEG5streamDeactivate(MHEG5Stream *stream)
Apply the deactivation behaviour of the stream class. Execute the following sequence of actions: ...
Definition: mh5stream.c:405
Definition: mh5stream.h:47
void MHEG5streamFree(MHEG5Stream *stream)
Free off all memory associated with the specified object, including any exchanged attributes and inte...
Definition: mh5stream.c:202
void * FS_HANDLE
Definition: fs_types.h:46
E_StreamState streamState
Definition: mh5stream.h:81
void(* F_DESTROY)(FS_HANDLE fs_handle)
Definition: fs_types.h:47
void MHEG5streamContentAdapt(MHEG5Stream *stream, S_CONTENT *content)
Adapt new content for Stream objects. Content is either a DSM-CC stream object, a DVB URL or an MPEG2...
Definition: mh5stream.c:960
long MHEG5Int
Definition: mh5base.h:69
Definition: mh5stream.h:45
void MHEG5streamActivate(MHEG5Stream *stream)
Apply the activation behaviour of the stream class. Execute the following sequence of actions: ...
Definition: mh5stream.c:339
void MHEG5streamClearCurrentService(void)
Clear the current service.
Definition: mh5stream.c:1238
MHEG5Int counterEndPosition
Definition: mh5stream.h:76
MHEG5Int id
Definition: mh5stream.h:56
MHEG5Ingredient ingredient
Definition: mh5stream.h:65
MHEG5Bool reloading
Definition: mh5stream.h:70
MHEG5Int looping
Definition: mh5stream.h:71
Definition: mh5base.h:165
Definition: mh5stream.h:48
Definition: mh5stream.h:54
void MHEG5streamDestruct(MHEG5Stream *stream)
Destruct a stream object. Execute the following sequence of actions:
Definition: mh5stream.c:450
MHEG5Int pos
Definition: mh5stream.h:57
short MHEG5Bool
Definition: mh5base.h:67
MHEG5ErrorCode
Definition: mh5base.h:218
MHEG5ErrorCode MHEG5setSpeed(MHEG5Root *target, MHEG5GList *params)
The effect of this action is to change the speed in which the stream is displayed. Implementation of the SetSpeed (Target, NewSpeed) action of the stream class. SetSpeed (NewSpeed) Change the presentation speed of a stream. Execute the following sequence of actions:
Definition: mh5stream.c:609
MHEG5Bool storageMemory
Definition: mh5stream.h:69
MHEG5Int counterPosition
Definition: mh5stream.h:75
Definition: mh5stream.h:62
Definition: mh5stream.h:50
Implement the MHEG5 Presentable Class Description Presentable Class Defines the behaviour of objects ...
Implement the MHEG5 Visible Class Defines the behaviour of Presentables that have a visual representa...
S_DVB_LOCATOR dvbLocator
Definition: mh5stream.h:82
void MHEG5streamPrepare(MHEG5Stream *stream)
Apply the preparation behaviour of the stream class.
Definition: mh5stream.c:226
Definition: mh5stream.h:49
F_DESTROY dsmClearFunc
Definition: mh5stream.h:83
void MHEG5streamInit(MHEG5Stream *stream)
Initialise a stream object with default values.
Definition: mh5stream.c:185
FS_HANDLE dsmRef
Definition: mh5stream.h:84
MHEG5ErrorCode MHEG5getCounterMaxPosition(MHEG5Root *target, MHEG5GList *params)
Implementation of the GetCounterMaxPosition (Target, CounterPositionVar) action of the stream class...
Definition: mh5stream.c:908
void MHEG5streamSetCurrentService(MHEG5Ingredient *item, S_DvbComponent *service)
Set the current service.
Definition: mh5stream.c:1197
MHEG5Int MHEG5streamGetComponentTag(MHEG5Ingredient *item)
Get component tag for ingredient. This depends on the stream's content and the component tag of the i...
Definition: mh5stream.c:1257
Definition of DVB locator and DVB component types.
struct scounterTrigger MHEG5CounterTrigger
MHEG5ErrorCode MHEG5getCounterPosition(MHEG5Root *target, MHEG5GList *params)
Implementation of the GetCounterPosition (Target, CounterPositionVar) action of the stream class...
Definition: mh5stream.c:848
MHEG5ErrorCode MHEG5setCounterPosition(MHEG5Root *target, MHEG5GList *params)
The effect of this action is to set the display counter to a new position. Implementation of the SetC...
Definition: mh5stream.c:712