BASS.NET API for the Un4seen BASS Audio LibraryBassDShowBASS_DSHOW_VCamPush Method (Int32, IntPtr)BASS.NET API for the Un4seen BASS Audio Library
Send video from user file data 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_VCamPush")]
public static bool BASS_DSHOW_VCamPush(
	int win,
	IntPtr data
)

Parameters

win
Type: SystemInt32
A Handle to the application window.
data
Type: SystemIntPtr
The pointer to the video data to push.

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 .

The data parameter can't be , and MUST be 320 * 240 * 4 in size (320 Width, 240 Height, 32 bits).

See Also

Reference