VideoConcatInsertSource Method |
Inserts video source to desired position
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic 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: IVideoSender
Return Value
Type:
Boolean
See Also