VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.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): Boolean;
C++
__fastcall Boolean Video_Codec_Has_Dialog(BSTR name, TVFPropertyPage PageType);
C#
public Boolean Video_Codec_Has_Dialog(String name, TVFPropertyPage 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 .

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