MP3valWrapperFix(String, Boolean, Boolean) Method
Tries to fix problems in the specified audio file.
Namespace: DevCase.ThirdParty.MP3ValAssembly: DevCase.net48.ThirdParty.MP3val (in DevCase.net48.ThirdParty.MP3val.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public int Fix(
string filepath,
bool deleteBackupFile = false,
bool preserveDatestamp = true
)
Public Function Fix (
filepath As String,
Optional deleteBackupFile As Boolean = false,
Optional preserveDatestamp As Boolean = true
) As Integer
Dim instance As MP3valWrapper
Dim filepath As String
Dim deleteBackupFile As Boolean
Dim preserveDatestamp As Boolean
Dim returnValue As Integer
returnValue = instance.Fix(filepath, deleteBackupFile,
preserveDatestamp)
public:
int Fix(
String^ filepath,
bool deleteBackupFile = false,
bool preserveDatestamp = true
)
member Fix :
filepath : string *
?deleteBackupFile : bool *
?preserveDatestamp : bool
(* Defaults:
let _deleteBackupFile = defaultArg deleteBackupFile false
let _preserveDatestamp = defaultArg preserveDatestamp true
*)
-> int
No code example is currently available or this language may not be supported.
- filepath String
-
The audio filepath to analyze.
- deleteBackupFile Boolean (Optional)
-
If set to , the generated .bak file is deleted after a successful fix.
- preserveDatestamp Boolean (Optional)
-
If set to , the original filedate is preserved on the file after a successful fix.
Int32
The process exit code.
Note: Some functionalities of this assembly may require to install one or all of the listed applications:
MP3val (mp3val.exe)