VideoConcatInsertSource Method |
Inserts video source to desired position
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public bool InsertSource(
int index,
IVideoSender sender
)
Public Function InsertSource (
index As Integer,
sender As IVideoSender
) As Boolean
public:
bool InsertSource(
int index,
IVideoSender^ sender
)
member InsertSource :
index : int *
sender : IVideoSender -> bool
Parameters
- index
- Type: SystemInt32
- sender
- Type: Ozeki.MediaIVideoSender
Return Value
Type:
BooleanSee Also