Searched defs:Amf0ReadError (Results 1 – 4 of 4) sorted by relevance
| /xiu/protocol/rtmp/src/amf0/ |
| H A D | amf0_reader.rs | 17 pub fn read_all(&mut self) -> Result<Vec<Amf0ValueType>, Amf0ReadError> { in read_all() argument 33 pub fn read_any(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_any() argument 68 pub fn read_number(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_number() argument 74 pub fn read_bool(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_bool() argument 83 pub fn read_raw_string(&mut self) -> Result<String, Amf0ReadError> { in read_raw_string() argument 92 pub fn read_string(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_string() argument 97 pub fn read_null(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_null() argument 101 pub fn is_read_object_eof(&mut self) -> Result<bool, Amf0ReadError> { in is_read_object_eof() argument 110 pub fn read_object(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_object() argument 129 pub fn read_ecma_array(&mut self) -> Result<Amf0ValueType, Amf0ReadError> { in read_ecma_array() argument [all …]
|
| H A D | errors.rs | 22 pub struct Amf0ReadError { struct 23 pub value: Amf0ReadErrorValue, argument 26 impl From<string::FromUtf8Error> for Amf0ReadError { implementation 34 impl From<BytesReadError> for Amf0ReadError { implementation 73 impl fmt::Display for Amf0ReadError { implementation 79 impl Fail for Amf0ReadError { implementation
|
| /xiu/protocol/rtmp/src/netconnection/ |
| H A D | errors.rs | 19 Amf0ReadError(Amf0ReadError), enumerator
|
| /xiu/protocol/rtmp/src/messages/ |
| H A D | errors.rs | 19 Amf0ReadError(Amf0ReadError), enumerator
|