DESCombine.AddVideoFile Method

DESCombine

The DESCombine class stitches together a series of video and audio files

DESCombine.AddVideoFile Method 

Add the video portion of a file to the timeline.

public void AddVideoFile(
   string sFileName,
   long lStart,
   long lStop
);

Parameters

sFileName
Video file path+name
lStart
Start position within the file specified in 100ns units
lStop
End position within the file specified in 100ns units or -1 to add entire file

Remarks

If a file contains both audio and video, this method will only add the video portion.

See Also

DESCombine Class | DESCombineLib Namespace