Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Info_Audio_Codec_HasDialog Method

Returns True if the audio codec has a settings dialog box.

Pascal
function Info_Audio_Codec_HasDialog(CodecName: WideString; PageType: TVFPropertyPage): Boolean;
C++
__fastcall Boolean Info_Audio_Codec_HasDialog(BSTR CodecName, TVFPropertyPage PageType);
C#
public Boolean Info_Audio_Codec_HasDialog(String CodecName, TVFPropertyPage PageType);
Visual Basic
Public Function Info_Audio_Codec_HasDialog(CodecName As String, PageType As TVFPropertyPage) As Boolean
Java
public Boolean Info_Audio_Codec_HasDialog(string CodecName, TVFPropertyPage PageType);
IDL
Boolean Info_Audio_Codec_HasDialog(BSTR CodecName, TVFPropertyPage PageType);
JavaScript
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!