Media Player SDK
ContentsIndexHome
PreviousUpNext
TVFMediaPlayer.Info_IsFilePlayable Method

Returns True if the file is playable.

Pascal
function Info_IsFilePlayable(var ErrorCode: TVFFilePlayError; var ErrorText: WideString): Boolean;
C++
__fastcall Boolean Info_IsFilePlayable(TVFFilePlayError ErrorCode, BSTR ErrorText);
C#
public Boolean Info_IsFilePlayable(ref TVFFilePlayError ErrorCode, ref String ErrorText);
Visual Basic
Public Function Info_IsFilePlayable(ByRef ErrorCode As TVFFilePlayError, ByRef ErrorText As String) As Boolean
Java
public Boolean Info_IsFilePlayable(TVFFilePlayError ErrorCode, string ErrorText);
IDL
Boolean Info_IsFilePlayable(TVFFilePlayError ErrorCode, BSTR ErrorText);
JavaScript
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!