BB FlashBack SDK: FBRecorder

RecoverMovie

Description

Recovers recordings corrupted by unscheduled recorder process termination.

See Recovering Corrupted Recordings for information on using the files to recover recordings.
 

Syntax

[C#/C++]
public Bool RecoverMovie (String MovieName, String RecoveryInfoFileName, String NewMovieName, Bool RemoveRecoveryInfoFiles)

[VB.NET]
Public Function RecoverMovie (ByVal MovieName As String, ByVal RecoveryInfoFileName As String, ByVal NewMovieName As String, ByVal RemoveRecoveryInfoFiles As Boolean) As Boolean

Parameters

MovieName : the name of the corrupted FBR file to be recovered

RecoveryInfoFileName : the name of the recovery info file returned from CanMovieBeRecovered.

NewMovieName : the name of the new FBR file to recover to

RemoveRecoveryInfoFiles : set to True to remove the recovery info files if recovery is successful
 

Return Value

True if recovery is successful.
 

See Also

FBRecorder::IsMovieStructureCorrect  FBRecorder::CanMovieBeRecovered  FBRecorder::CreateRecoverInfo