DESCombine.AddAudioFile Method

DESCombine

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

DESCombine.AddAudioFile Method 

Add the audio portion of a file to the timeline.

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

Parameters

sFileName
Audio 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 go to the end of the file

Remarks

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

See Also

DESCombine Class | DESCombineLib Namespace