pub fn write_lip_to_vec(lip: &Lip) -> Result<Vec<u8>, LipBinaryError>Expand description
Serializes a LIP file into bytes.
ยงErrors
LipBinaryError::ValueOverflow when the keyframe count exceeds u32.
The Vec target has no I/O to fail at.
pub fn write_lip_to_vec(lip: &Lip) -> Result<Vec<u8>, LipBinaryError>Serializes a LIP file into bytes.
LipBinaryError::ValueOverflow when the keyframe count exceeds u32.
The Vec target has no I/O to fail at.