Esempio n. 1
0
 public PiffProtectedVideoSampleEntry(PiffVideoManifest video, Guid keyId)
 {
     Width            = video.Width;
     Height           = video.Height;
     Scheme           = PiffProtectionSchemeInformation.CreateVideo(video.CodecId, keyId);
     AvcConfiguration = new PiffAvcConfiguration(video.CodecId, video.CodecData);
 }