MP3FileIsWriteable Property

Gets a value indicating whether the tags can be written or not in the audio file.

Definition

Namespace: DevCase.ThirdParty.TagLibSharp
Assembly: 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 IsWriteable { get; }

Property Value

Boolean
if the tags can be written in the audio file, otherwise, .

Remarks

Note: Some functionalities of this assembly may require to install one or all of the listed NuGet packages:

https://www.nuget.org/packages/TagLibSharp

See Also