Method: TagLib::MPEG::File#strip
- Defined in:
- docs/taglib/mpeg.rb
#strip(tags = TagLib::MPEG::File::AllTags) ⇒ Boolean
Strip the specified tags from the file. Note that this directly updates the file, a call to save afterwards is not necessary (closing the file is necessary as always, though).
96 97 |
# File 'docs/taglib/mpeg.rb', line 96 def strip(=TagLib::MPEG::File::AllTags) end |