Click or drag to resize

MixerLine(IntPtr, Int32, Int32, MixerFlags) Constructor

Creates a new Mixer Source For a Specified Source

Namespace: Ozeki.Media
Assembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
Syntax
public MixerLine(
	IntPtr mixerHandle,
	int destinationIndex,
	int sourceIndex,
	MixerFlags mixerHandleType
)

Parameters

mixerHandle  IntPtr
Mixer Handle
destinationIndex  Int32
Destination Index
sourceIndex  Int32
Source Index
mixerHandleType  MixerFlags
Flag indicating the meaning of mixerHandle
See Also