Searched defs:Amf0WriteError (Results 1 – 10 of 10) sorted by relevance
| /xiu/protocol/rtmp/src/amf0/ |
| H A D | amf0_writer.rs | 20 pub fn write_anys(&mut self, values: &Vec<Amf0ValueType>) -> Result<(), Amf0WriteError> { in write_anys() argument 27 pub fn write_any(&mut self, value: &Amf0ValueType) -> Result<(), Amf0WriteError> { in write_any() argument 39 pub fn write_number(&mut self, value: &f64) -> Result<(), Amf0WriteError> { in write_number() argument 45 pub fn write_bool(&mut self, value: &bool) -> Result<(), Amf0WriteError> { in write_bool() argument 51 pub fn write_string(&mut self, value: &String) -> Result<(), Amf0WriteError> { in write_string() argument 65 pub fn write_null(&mut self) -> Result<(), Amf0WriteError> { in write_null() argument 70 pub fn write_object_eof(&mut self) -> Result<(), Amf0WriteError> { in write_object_eof() argument 79 ) -> Result<(), Amf0WriteError> { in write_object() argument 95 ) -> Result<(), Amf0WriteError> { in write_eacm_array() argument
|
| H A D | errors.rs | 53 pub struct Amf0WriteError { struct 54 pub value: Amf0WriteErrorValue, argument 57 impl From<io::Error> for Amf0WriteError { implementation 65 impl From<BytesWriteError> for Amf0WriteError { implementation 89 impl fmt::Display for Amf0WriteError { implementation 95 impl Fail for Amf0WriteError { implementation
|
| /xiu/protocol/rtmp/src/netstream/ |
| H A D | errors.rs | 15 Amf0WriteError(Amf0WriteError), enumerator
|
| /xiu/protocol/rtmp/src/netconnection/ |
| H A D | errors.rs | 17 Amf0WriteError(Amf0WriteError), enumerator
|
| /xiu/protocol/rtmp/src/user_control_messages/ |
| H A D | errors.rs | 16 Amf0WriteError(Amf0WriteError), enumerator
|
| /xiu/protocol/hls/src/ |
| H A D | errors.rs | 38 Amf0WriteError(#[cause] Amf0WriteError), enumerator 128 Amf0WriteError(#[cause] Amf0WriteError), enumerator
|
| /xiu/protocol/httpflv/src/ |
| H A D | errors.rs | 38 Amf0WriteError(Amf0WriteError), enumerator
|
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | errors.rs | 26 Amf0WriteError(#[cause] Amf0WriteError), enumerator
|
| /xiu/protocol/rtmp/src/cache/ |
| H A D | errors.rs | 101 Amf0WriteError(Amf0WriteError), enumerator
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | errors.rs | 28 Amf0WriteError(#[cause] Amf0WriteError), enumerator
|