VideoConcatSwapSources(Int32, Int32) Method |
Swaps to sources by indexes
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic bool SwapSources(
int from,
int to
)
Public Function SwapSources (
from As Integer,
to As Integer
) As Boolean
public:
bool SwapSources(
int from,
int to
)
member SwapSources :
from : int *
to : int -> bool
Parameters
- from Int32
- This is the index of the sender that will be replaced
- to Int32
- This is the index of the sender that will replace
Return Value
Boolean
See Also