| 
            
              WaveFileAppend Method
             | 
          
        
        
            Appends wave files together, one after another, into a single file.
            
        
        Namespace: GSF.MediaAssembly: GSF.Media (in GSF.Media.dll) Version: 2.4.258-beta
SyntaxPublic Shared Function Append ( 
	ParamArray waveFiles As WaveFile()
) As WaveFile
GSF.Media.WaveFile.Append = function(... waveFiles);
 View SourceParameters
- waveFiles  WaveFile
 - Wave files to append
 
Return Value
WaveFileCombined wave files.
RemarksEach resulting wave file is appending behind the next.
See Also