Click or drag to resize

VideoConcatSwapSources(IVideoSender, IVideoSender) Method

Swaps two sources

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntax
public bool SwapSources(
	IVideoSender from,
	IVideoSender to
)

Parameters

from  IVideoSender
This sender will be replaced
to  IVideoSender
This is the new sender that will replace

Return Value

Boolean
See Also