VideoConcatSwapSources Method (IVideoSender, IVideoSender) |
Swaps two sources
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool SwapSources(
IVideoSender from,
IVideoSender to
)
Public Function SwapSources (
from As IVideoSender,
to As IVideoSender
) As Boolean
public:
bool SwapSources(
IVideoSender^ from,
IVideoSender^ to
)
member SwapSources :
from : IVideoSender *
to : IVideoSender -> bool
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:
BooleanSee Also