VisioForge Video Capture SDK (Delphi / ActiveX)
|
Gets selected input name from index for selected output.
function Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(OutputPin: WideString; Index: Integer): WideString;
__fastcall BSTR Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(BSTR OutputPin, int Index);
public String Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(String OutputPin, int Index);
Public Function Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(OutputPin As String, Index As Integer) As String
public string Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(string OutputPin, int Index);
BSTR Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(BSTR OutputPin, int Index);
Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem
public Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem($OutputPin, $Index);
Parameters |
Description |
OutputPin: WideString |
Output pin name. |
Index: Integer |
Item index. |
Returns selected input name from index for selected output.
Copyright (c) 2012. All rights reserved.
|
What do you think about this topic? Send feedback!
|