1.2.7.4.89 SYS_FS_MEDIA_EVENT_HANDLER Typedef
C
typedef SYS_MEDIA_EVENT_HANDLER SYS_FS_MEDIA_EVENT_HANDLER;
Summary
Pointer to the Media Event Handler function.
Description
This data type defines the required function signature for the media event handling callback function.
A client must register a pointer to an event handling function whose function signature (parameter and return value types) match the types specified by this function pointer in order to receive event calls back from the driver.
Parameters
Param | Description |
---|---|
event | Identifies the type of event |
commandHandle | Handle returned from the media operation requests |
context | Value identifying the context of the application that registered the event handling function |
Returns
None.
Remarks
Refer to sys_media.h for actual definition.