VideoConcatSwapSources(IVideoSender, Int32) Method |
Swaps two sources by one's index in senders
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 IVideoSender
- This sender will be moved
- to Int32
- This is the new index of the sender
Return Value
Boolean
See Also