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

Returns if the audio codec has a settings dialog box.

Pascal
function Audio_Codec_Has_Dialog(name: WideString; PageType: TVFPropertyPage Enumeration): Boolean;
C++
__fastcall Boolean Audio_Codec_Has_Dialog(BSTR name, TVFPropertyPage PageType);
C#
public Boolean Audio_Codec_Has_Dialog(String name, TVFPropertyPage Enumeration PageType);
Visual Basic
Public Function Audio_Codec_Has_Dialog(name As String, PageType As TVFPropertyPage) As Boolean
Java
public Boolean Audio_Codec_Has_Dialog(string name, TVFPropertyPage PageType);
IDL
Boolean Audio_Codec_Has_Dialog(BSTR name, TVFPropertyPage PageType);
JavaScript
Audio_Codec_Has_Dialog
PHP
public Boolean Audio_Codec_Has_Dialog($name, TVFPropertyPage $PageType);
Parameters 
Description 
name: WideString 
Codec name. 
PageType: TVFPropertyPage 
Page type. 

Returns if the audio codec has a settings dialog box, otherwise method returns .

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