How to set the custom volume for an audio track?
Product: Video Edit SDK .Net. Engine: VideoEditCore (Windows only).
Sample code
var volume = new AudioVolumeEnvelopeEffect(10);
VideoEdit1.Input_AddAudioFile(audioFile, null, 0, new[] { volume });
Required redists
How can the required redists be installed or deployed to the user's PC?
Visit our GitHub page to get more code samples.