VideoConcatSwapSources Method (Int32, Int32) |
Swaps to sources by indexes
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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
- Type: SystemInt32
This is the index of the sender that will be replaced - to
- Type: SystemInt32
This is the index of the sender that will replace
Return Value
Type:
BooleanSee Also