Click or drag to resize

VideoConcatSwapSources Method (IVideoSender, Int32)

Swaps two sources by one's index in senders

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public bool SwapSources(
	IVideoSender source,
	int to
)

Parameters

source
Type: IVideoSender
This sender will be moved
to
Type: SystemInt32
This is the new index of the sender

Return Value

Type: Boolean
See Also