pub fn write_lip<W: Write>(
writer: &mut W,
lip: &Lip,
) -> Result<(), LipBinaryError>Expand description
Writes a LIP file to a writer.
ยงErrors
LipBinaryError::ValueOverflow when the keyframe count exceeds u32,
and LipBinaryError::Io when the writer fails. A partial file may
already have been written in the second case.