Click or drag to resize
VideoConcatSwapSources Method (IVideoSender, IVideoSender)
Swaps two sources

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

Parameters

from
Type: Ozeki.MediaIVideoSender
This sender will be replaced
to
Type: Ozeki.MediaIVideoSender
This is the new sender that will replace

Return Value

Type: Boolean
See Also