CaptchaCombineAudioConcatenate Method |
Concatenates Audio Files (wav) into a single file.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static MemoryStream Concatenate(
string[] filePaths
)
Public Shared Function Concatenate (
filePaths As String()
) As MemoryStream
public:
static MemoryStream^ Concatenate(
array<String^>^ filePaths
)
static member Concatenate :
filePaths : string[] -> MemoryStream
Parameters
- filePaths
- Type: SystemString
The string array containing the physical path to each file.
Return Value
Type:
MemoryStreamThe MemoryStream of the concatenated audio files.
See Also