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