Example #1
0
 public MontageModelV4()
 {
     Chunks = new List<ChunkDataV4>();
     FileChunks = new List<FileChunk>();
     Borders = new List<BorderV4>();
     Information = new VideoInformationV4();
     Intervals = new List<IntervalV4>();
 }
Example #2
0
 public MontageModelV4()
 {
     Chunks      = new List <ChunkDataV4>();
     FileChunks  = new List <FileChunk>();
     Borders     = new List <BorderV4>();
     Information = new VideoInformationV4();
     Intervals   = new List <IntervalV4>();
 }
Example #3
0
 public MontageModelV1()
 {
     Chunks      = new List <ChunkDataV4>();
     Borders     = new List <BorderV4>();
     Information = new VideoInformationV4();
 }
Example #4
0
 public MontageModelV1()
 {
     Chunks = new List<ChunkDataV4>();
     Borders = new List<BorderV4>();
     Information = new VideoInformationV4();
 }