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