VisioForge Video Capture SDK (Delphi / ActiveX)
ContentsIndexHome
PreviousUpNext
TVFVideoCapture.OutputFilename_ChangeOnTheFly Method

Changes the name of the output file without completely stopping the capturing process.

Pascal
function OutputFilename_ChangeOnTheFly(Filename: WideString): Boolean;
C++
__fastcall Boolean OutputFilename_ChangeOnTheFly(BSTR Filename);
C#
public Boolean OutputFilename_ChangeOnTheFly(String Filename);
Visual Basic
Public Function OutputFilename_ChangeOnTheFly(Filename As String) As Boolean
Java
public Boolean OutputFilename_ChangeOnTheFly(string Filename);
IDL
Boolean OutputFilename_ChangeOnTheFly(BSTR Filename);
JavaScript
OutputFilename_ChangeOnTheFly
PHP
public Boolean OutputFilename_ChangeOnTheFly($Filename);
Parameters 
Description 
Filename: WideString 
File name. 

Returns , if the operation was successful.

Copyright (c) 2012. All rights reserved.
What do you think about this topic? Send feedback!