VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.WMV_Custom_Audio_Formats_GetCount Method

Gets the amount of formats from the format list.

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

Returns the amount of formats from the format list.

Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!