Exemple #1
0
 public VirtualFileCache(string encryptedVideoFilePath)
 {
     this.encryptedVideoFile = (IPsStream) new PsStream(encryptedVideoFilePath);
 }
Exemple #2
0
 public VirtualFileCache(IPsStream stream)
 {
     this.encryptedVideoFile = stream;
 }
 public VirtualFileCache(string encryptedVideoFilePath)
 {
     encryptedVideoFile = new PsStream(encryptedVideoFilePath);
 }