BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_VCamStreamChannel Method BASS.NET API for the Un4seen BASS Audio Library
Send video data from a HSTREAM to a virtual webcam.

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

[DllImportAttribute("xVideo", EntryPoint = "xVideo_VCamStreamChannel")]
public static bool BASS_DSHOW_VCamStreamChannel(
	int handle,
	bool stream
)

Parameters

handle
Type: SystemInt32
The video channel handle (as returned by BASS_DSHOW_StreamCreateFile(String, Int32, IntPtr, BASSFlag)).
stream
Type: SystemBoolean
Enable () or disable () the streaming of a channel.

Return Value

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

Make sure that xVirtualCam is registered and running when calling this function, otherwise this function will return .
See Also

Reference