BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_ChannelAddFile Method BASS.NET API for the Un4seen BASS Audio Library
Adds a new media file to a channel (e.g. for mixing multiple videos).

Namespace: Un4seen.Bass.AddOn.DShow
Assembly: Bass.Net (in Bass.Net.dll) Version: 2.4.13.3
Syntax

public static bool BASS_DSHOW_ChannelAddFile(
	int handle,
	string filename
)

Parameters

handle
Type: SystemInt32
The video channel handle (as returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
filename
Type: SystemString
The media file to add.

Return Value

Type: Boolean
If an error occurred then is returned, else is returned (use BASS_DSHOW_ErrorGetCode to get the error code).
Remarks

This method can be used to mix multiple videos to the same channel.
See Also

Reference