|
Media Player SDK
|
Returns True if the video codec has a settings dialog box.
function Info_Video_Codec_HasDialog(CodecName: WideString; PageType: TVFPropertyPage): Boolean;
__fastcall Boolean Info_Video_Codec_HasDialog(BSTR CodecName, TVFPropertyPage PageType);
public Boolean Info_Video_Codec_HasDialog(String CodecName, TVFPropertyPage PageType);
Public Function Info_Video_Codec_HasDialog(CodecName As String, PageType As TVFPropertyPage) As Boolean
public Boolean Info_Video_Codec_HasDialog(string CodecName, TVFPropertyPage PageType);
Boolean Info_Video_Codec_HasDialog(BSTR CodecName, TVFPropertyPage PageType);
Info_Video_Codec_HasDialog
|
Parameters |
Description |
|
CodecName: WideString |
Codec name. |
|
PageType: TVFPropertyPage |
Dialog type. |
Returns True if the video codec has a settings dialog box.
|
Copyright (c) 2013. All rights reserved.
|
|
What do you think about this topic? Send feedback!
|