VideoConcatSwapSources Method (IVideoSender, Int32) |
Swaps two sources by one's index in senders
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool SwapSources(
IVideoSender source,
int to
)
Public Function SwapSources (
source As IVideoSender,
to As Integer
) As Boolean
public:
bool SwapSources(
IVideoSender^ source,
int to
)
member SwapSources :
source : IVideoSender *
to : int -> bool
Parameters
- source
- Type: Ozeki.MediaIVideoSender
This sender will be moved - to
- Type: SystemInt32
This is the new index of the sender
Return Value
Type:
BooleanSee Also