Skip to main content

write_fourcc

Function write_fourcc 

Source
pub fn write_fourcc<W: Write>(writer: &mut W, tag: [u8; 4]) -> Result<()>
Expand description

Writes a 4-byte tag.

§Errors

Propagates the writer’s I/O error.