<VOOSMPStreamingDownloaderProgressInfo > Protocol Reference

#import <VOOSMPStreamingDownloaderType.h>

+ Inheritance diagram for <VOOSMPStreamingDownloaderProgressInfo >:

Instance Methods

(id) - init:totalStreamDuration:
 Initialize progress information with values. More...
 

Properties

int downloadedStreamDuration
 Get duration (millisecond) of stream that has been downloaded. More...
 
int totalStreamDuration
 Get total duration (millisecond) of stream. More...
 

Method Documentation

- (id VOOSMPStreamingDownloaderProgressInfo) init: (int)  downloadedStreamDuration
totalStreamDuration: (int)  totalStreamDuration 

Initialize progress information with values.

Parameters
downloadedStreamDuration[in] Duration of stream that is downloaded. The units are ms.
totalStreamDuration[in] Total duration of stream. The units are ms.
Returns
object if successful; nil if unsuccessful

Property Documentation

- (int VOOSMPStreamingDownloaderProgressInfo) downloadedStreamDuration
readwriteatomicassign

Get duration (millisecond) of stream that has been downloaded.

- (int VOOSMPStreamingDownloaderProgressInfo) totalStreamDuration
readwriteatomicassign

Get total duration (millisecond) of stream.


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