VisioForge Video Edit SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoEdit.IsFilePlayable Method

True if the file is playable.

Pascal
function IsFilePlayable(Filename: WideString; var ErrorCode: TVFFilePlayError; var ErrorText: WideString): Boolean;
C++
__fastcall Boolean IsFilePlayable(BSTR Filename, TVFFilePlayError ErrorCode, BSTR ErrorText);
C#
public Boolean IsFilePlayable(String Filename, ref TVFFilePlayError ErrorCode, ref String ErrorText);
Visual Basic
Public Function IsFilePlayable(Filename As String, ByRef ErrorCode As TVFFilePlayError, ByRef ErrorText As String) As Boolean
Java
public Boolean IsFilePlayable(string Filename, TVFFilePlayError ErrorCode, string ErrorText);
IDL
Boolean IsFilePlayable(BSTR Filename, TVFFilePlayError ErrorCode, BSTR ErrorText);
JavaScript
IsFilePlayable
PHP
public Boolean IsFilePlayable($Filename, TVFFilePlayError $ErrorCode, $ErrorText);
Parameters 
Description 
Filename: WideString 
File name. 
var ErrorCode: TVFFilePlayError 
Error code.  
var ErrorText: WideString 
Error text.  

Returns True if the file is playable.

Made with Doc-O-Matic.
Copyright (c) 2011. All rights reserved.
What do you think about this topic? Send feedback!