VisioForge Video Edit SDK (Delphi / ActiveX)
|
Returns , if the video codec has a settings dialog box.
function Video_Codec_Has_Dialog(name: WideString; PageType: TVFPropertyPage): Boolean;
__fastcall Boolean Video_Codec_Has_Dialog(BSTR name, TVFPropertyPage PageType);
public Boolean Video_Codec_Has_Dialog(String name, TVFPropertyPage PageType);
Public Function Video_Codec_Has_Dialog(name As String, PageType As TVFPropertyPage) As Boolean
public Boolean Video_Codec_Has_Dialog(string name, TVFPropertyPage PageType);
Boolean Video_Codec_Has_Dialog(BSTR name, TVFPropertyPage PageType);
Video_Codec_Has_Dialog
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) 2011. All rights reserved.
|
What do you think about this topic? Send feedback!
|