Home
last modified time | relevance | path

Searched refs:Amf0WriteErrorValue (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtmp/src/amf0/
H A Derrors.rs43 pub enum Amf0WriteErrorValue { enum
54 pub value: Amf0WriteErrorValue,
60 value: Amf0WriteErrorValue::BufferWriteError(error), in from()
68 value: Amf0WriteErrorValue::BytesWriteError(error), in from()
H A Damf0_writer.rs2 super::{amf0_markers, errors::Amf0WriteErrorValue, Amf0ValueType, Amf0WriteError},
54 value: Amf0WriteErrorValue::NormalStringTooLong, in write_string()