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