Property | Type | Description | |
---|---|---|---|
IsStopped | bool |
Method | Description | |
---|---|---|
ConsumeBlock ( int trackIndex ) : void | ||
ConsumeBlocksUntil ( int trackIndex, ulong startTime ) : void | ||
DownloadingMediaDataSource ( IList tracks, string manifestParentPath, ulong timeScale, bool isLive, ulong stopAfter, ulong totalTicks, DisplayDuration displayDuration ) : System | ||
GetTrackCount ( ) : int | ||
GetTrackEndTime ( int trackIndex ) : ulong | ||
PeekBlock ( int trackIndex ) : |
||
StartChunks ( IChunkStartTimeReceiver chunkStartTimeReceiver ) : void | ||
Stop ( ) : void |
Method | Description | |
---|---|---|
DownloadNextChunk ( int trackIndex ) : bool |
public ConsumeBlock ( int trackIndex ) : void | ||
trackIndex | int | |
return | void |
public ConsumeBlocksUntil ( int trackIndex, ulong startTime ) : void | ||
trackIndex | int | |
startTime | ulong | |
return | void |
public DownloadingMediaDataSource ( IList tracks, string manifestParentPath, ulong timeScale, bool isLive, ulong stopAfter, ulong totalTicks, DisplayDuration displayDuration ) : System | ||
tracks | IList | |
manifestParentPath | string | |
timeScale | ulong | |
isLive | bool | |
stopAfter | ulong | |
totalTicks | ulong | |
displayDuration | DisplayDuration | |
return | System |
public GetTrackEndTime ( int trackIndex ) : ulong | ||
trackIndex | int | |
return | ulong |
public PeekBlock ( int trackIndex ) : |
||
trackIndex | int | |
return |
public StartChunks ( IChunkStartTimeReceiver chunkStartTimeReceiver ) : void | ||
chunkStartTimeReceiver | IChunkStartTimeReceiver | |
return | void |