コード例 #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);
 }