VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem Method

Gets selected input name from index for selected output.

Pascal
function Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(OutputPin: WideString; Index: Integer): WideString;
C++
__fastcall BSTR Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(BSTR OutputPin, int Index);
C#
public String Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(String OutputPin, int Index);
Visual Basic
Public Function Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(OutputPin As String, Index As Integer) As String
Java
public string Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(string OutputPin, int Index);
IDL
BSTR Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem(BSTR OutputPin, int Index);
JavaScript
Video_CaptureDevice_CrossBar_GetInputsForOutput_GetItem
PHP
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!