VideoConcatSwapSources(IVideoSender, Int32) Method |
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.5.1
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
-
- to Int32
-
Return Value
Boolean
See Also