public MontageModelV4() { Chunks = new List<ChunkDataV4>(); FileChunks = new List<FileChunk>(); Borders = new List<BorderV4>(); Information = new VideoInformationV4(); Intervals = new List<IntervalV4>(); }
public MontageModelV4() { Chunks = new List <ChunkDataV4>(); FileChunks = new List <FileChunk>(); Borders = new List <BorderV4>(); Information = new VideoInformationV4(); Intervals = new List <IntervalV4>(); }
public MontageModelV1() { Chunks = new List <ChunkDataV4>(); Borders = new List <BorderV4>(); Information = new VideoInformationV4(); }
public MontageModelV1() { Chunks = new List<ChunkDataV4>(); Borders = new List<BorderV4>(); Information = new VideoInformationV4(); }