DESCombine.AddAVFile Method

DESCombine

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

DESCombine.AddAVFile Method 

Add a file with both video and audio to the timeline.

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

Parameters

sFileName
A/V 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 can be used to add the file to both groups at the same time.

See Also

DESCombine Class | DESCombineLib Namespace