AudioPlayerClearTag Method |
Remove a tag type from the opened multimedia file.
Namespace:
CSAudioPlayer
Assembly:
CSAudioPlayer (in CSAudioPlayer.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public void ClearTag(
string DestFile,
TagTypes TagType
)
Public Sub ClearTag (
DestFile As String,
TagType As TagTypes
)
Dim instance As AudioPlayer
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: CSAudioPlayerTagTypes
See Also