Skip to main content

write_tag

Function write_tag 

Source
pub fn write_tag<W: Read + Write + Seek>(
    writer: &mut W,
    tag: &ApeTag,
) -> ApeResult<()>
Expand description

Write an APE tag to the end of a file, replacing any existing APE tag. Preserves any existing ID3v1 tag.