Media Player SDK
|
Returns True if the file is playable.
function Info_IsFilePlayable(var ErrorCode: TVFFilePlayError; var ErrorText: WideString): Boolean;
__fastcall Boolean Info_IsFilePlayable(TVFFilePlayError ErrorCode, BSTR ErrorText);
public Boolean Info_IsFilePlayable(ref TVFFilePlayError ErrorCode, ref String ErrorText);
Public Function Info_IsFilePlayable(ByRef ErrorCode As TVFFilePlayError, ByRef ErrorText As String) As Boolean
public Boolean Info_IsFilePlayable(TVFFilePlayError ErrorCode, string ErrorText);
Boolean Info_IsFilePlayable(TVFFilePlayError ErrorCode, BSTR ErrorText);
Info_IsFilePlayable
Parameters |
Description |
var ErrorCode: TVFFilePlayError |
Error code. |
var ErrorText: WideString |
Error text. |
Returns True if the file is playable.
Copyright (c) 2013. All rights reserved.
|
What do you think about this topic? Send feedback!
|