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

Gets selected audio format from the format list.

Pascal
function WMV_Custom_Audio_Formats_GetItem(CodecName: WideString; Index: Integer): WideString;
C++
__fastcall BSTR WMV_Custom_Audio_Formats_GetItem(BSTR CodecName, int Index);
C#
public String WMV_Custom_Audio_Formats_GetItem(String CodecName, int Index);
Visual Basic
Public Function WMV_Custom_Audio_Formats_GetItem(CodecName As String, Index As Integer) As String
Java
public string WMV_Custom_Audio_Formats_GetItem(string CodecName, int Index);
IDL
BSTR WMV_Custom_Audio_Formats_GetItem(BSTR CodecName, int Index);
JavaScript
WMV_Custom_Audio_Formats_GetItem
PHP
public WMV_Custom_Audio_Formats_GetItem($CodecName, $Index);
Parameters 
Description 
CodecName: WideString 
Codec name. 
Index: Integer 
Item index. 

Returns selected audio format from the format list.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!