예제 #1
0
 public Audio(Mp4File mp4)
 {
     this.mp4 = mp4;
 }
예제 #2
0
 public VideoTrack(Mp4File mp4)
 {
     this.mp4        = mp4;
     maxBytesInFrame = Math.Max(mp4.videoTrackSample.maxBytesInFrame,
                                mp4.videoTrack.info.mediaInformation.sampleTable.sampleSize.maxSampleSize);
 }