프로퍼티 | 타입 | 설명 | |
---|---|---|---|
IsStopped | bool |
메소드 | 설명 | |
---|---|---|
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 |
메소드 | 설명 | |
---|---|---|
DownloadNextChunk ( int trackIndex ) : bool |
public ConsumeBlocksUntil ( int trackIndex, ulong startTime ) : void | ||
trackIndex | int | |
startTime | ulong | |
리턴 | 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 | |
리턴 | System |
public PeekBlock ( int trackIndex ) : |
||
trackIndex | int | |
리턴 |
public StartChunks ( IChunkStartTimeReceiver chunkStartTimeReceiver ) : void | ||
chunkStartTimeReceiver | IChunkStartTimeReceiver | |
리턴 | void |