Click or drag to resize

VideoConcatSwapSources Method (IVideoSender, IVideoSender)

Swaps two sources

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

Parameters

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

Return Value

Type: Boolean
See Also