AudioCDRipperClearTag Method |
Remove a tag type from the opened multimedia file.
Namespace:
CSAudioCDRipper
Assembly:
CSAudioCDRipper (in CSAudioCDRipper.dll) Version: 1.0.1.0 (1.0.1.0)
Syntaxpublic void ClearTag(
string DestFile,
TagTypes TagType
)
Public Sub ClearTag (
DestFile As String,
TagType As TagTypes
)
Dim instance As AudioCDRipper
Dim DestFile As String
Dim TagType As TagTypes
instance.ClearTag(DestFile, TagType)
member ClearTag :
DestFile : string *
TagType : TagTypes -> unit
public void ClearTag(
String DestFile,
TagTypes TagType
)
public function ClearTag(
DestFile : String,
TagType : TagTypes
)
function ClearTag(DestFile, TagType);
Parameters
- DestFile
- Type: SystemString
- TagType
- Type: CSID3TagsLibTagTypes
See Also