Ejemplo n.º 1
0
 public M3U8FileManage(M3U8Option m3U8Option, TSEncoder tSEncoder)
 {
     this.tSEncoder  = tSEncoder;
     this.m3U8Option = m3U8Option;
     fileData        = arrayPool.Rent(2500000);
     //AppendM3U8Start(m3U8Option.TsFileMaxSecond, m3U8Option.TsFileCount);
 }
Ejemplo n.º 2
0
 public M3U8FileManage(M3U8Option m3U8Option, TSEncoder tSEncoder)
 {
     this.tSEncoder  = tSEncoder;
     this.m3U8Option = m3U8Option;
 }