<VOOSMPChunkInfo > Protocol Reference

#import <VOOSMPChunkInfo.h>

+ Inheritance diagram for <VOOSMPChunkInfo >:

Properties

int type
 Get the type of this chunk. More...
 
NSString * rootURL
 Get the root URL of manifest. More...
 
NSString * URL
 Get the URL of this chunk. More...
 
long startTime
 Get the starting offset time of this chunk. More...
 
long duration
 Get the duration of this chunk. More...
 
long timeScale
 Get the time scale of this chunk. More...
 
int errorCode
 Get the error code of this chunk. More...
 

Property Documentation

- (long VOOSMPChunkInfo) duration
readatomicassign

Get the duration of this chunk.

The units of ( duration / timeScale * 1000 ) are ms.

Returns
duration of this chunk
- (int VOOSMPChunkInfo) errorCode
readatomicassign

Get the error code of this chunk.

Returns
error code
- (NSString* VOOSMPChunkInfo) rootURL
readatomicretain

Get the root URL of manifest.

It must be filled by parser.

Returns
root URL
- (long VOOSMPChunkInfo) startTime
readatomicassign

Get the starting offset time of this chunk.

The units of ( startTime / timeScale * 1000 ) are ms.

Returns
starting offset time of this chunk
- (long VOOSMPChunkInfo) timeScale
readatomicassign

Get the time scale of this chunk.

Returns
time scale of this chunk
- (int VOOSMPChunkInfo) type
readatomicassign

Get the type of this chunk.

Returns
chunk type
- (NSString* VOOSMPChunkInfo) URL
readatomicretain

Get the URL of this chunk.

It can be a relative URL.

Returns
chunk URL

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