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

Returns , if the video codec has a settings dialog box.

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

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

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