VisioForge Video Capture SDK (Delphi / ActiveX)
|
Returns if the audio codec has a settings dialog box.
function Audio_Codec_Has_Dialog(name: WideString; PageType: TVFPropertyPage Enumeration): Boolean;
__fastcall Boolean Audio_Codec_Has_Dialog(BSTR name, TVFPropertyPage PageType);
public Boolean Audio_Codec_Has_Dialog(String name, TVFPropertyPage Enumeration PageType);
Public Function Audio_Codec_Has_Dialog(name As String, PageType As TVFPropertyPage) As Boolean
public Boolean Audio_Codec_Has_Dialog(string name, TVFPropertyPage PageType);
Boolean Audio_Codec_Has_Dialog(BSTR name, TVFPropertyPage PageType);
Audio_Codec_Has_Dialog
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!
|