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