<VOOSMPStreamingDownloaderDelegate > Protocol Reference

Protocol for event process. More...

#import <VOOSMPStreamingDownloaderType.h>

+ Inheritance diagram for <VOOSMPStreamingDownloaderDelegate >:

Instance Methods

(VO_OSMP_RETURN_CODE) - onVOStreamingDownloaderEvent:param1:param2:pObj:
 Protocol for processing events. More...
 

Detailed Description

Protocol for event process.

Implement this delegation to receive event from Download Manager.

Method Documentation

- (VO_OSMP_RETURN_CODE VOOSMPStreamingDownloaderDelegate) onVOStreamingDownloaderEvent: (VO_OSMP_CB_STREAMING_DOWNLOADER_EVENT_ID)  nID
param1: (int)  param1
param2: (int)  param2
pObj: (void *)  pObj 

Protocol for processing events.

Implement the listener to receive and manage events.

Parameters
nID[out] Event type. Refer to VO_OSMP_CB_STREAMING_DOWNLOADER_EVENT_ID.
param1[out] First parameter, specific to the event if needed.
param2[out] Second parameter, specific to the event if needed.
obj[out] Third parameter, specific to the event if needed.
Returns
VO_OSMP_ERR_NONE if successful.

The documentation for this protocol was generated from the following file: