MP3FileIsCorrupt Property
Gets a value indicating whether the audio file is possibly corrupt.
Namespace: DevCase.ThirdParty.TagLibSharpAssembly: DevCase.net48.ThirdParty.TagLibSharp (in DevCase.net48.ThirdParty.TagLibSharp.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public bool IsCorrupt { get; }
Public ReadOnly Property IsCorrupt As Boolean
Get
Dim instance As MP3File
Dim value As Boolean
value = instance.IsCorrupt
public:
property bool IsCorrupt {
bool get ();
}
member IsCorrupt : bool with get
No code example is currently available or this language may not be supported.
Property Value
Boolean if the audio file is possibly corrupt, otherwise,
.