Click or drag to resize

VideoConcatSwapSources(IVideoSender, Int32) Method

Swaps two sources by one's index in senders

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

Parameters

source  IVideoSender
This sender will be moved
to  Int32
This is the new index of the sender

Return Value

Boolean
See Also