示例#1
0
 internal void Initialize(MseStreamSource mse)
 {
     this.mse = mse;
     sb       = this.mse.AddSourceBuffer(mimeType);
 }
示例#2
0
 internal void Close()
 {
     AbortDownload();
     isEndOfStream = true;
     sb            = null;
 }
 internal void Close()
 {
     AbortDownload();
     isEndOfStream = true;
     sb = null;
 }
 internal void Initialize(MseStreamSource mse)
 {
     this.mse = mse;
     sb = this.mse.AddSourceBuffer(mimeType);
 }
 public MseSourceBufferEvents(MseSourceBuffer This)
 {
     this.This = This;
 }