| /xiu/library/bytesio/src/ |
| H A D | bytes_writer.rs | 29 pub fn write_u8(&mut self, byte: u8) -> Result<(), BytesWriteError> { in write_u8() argument 34 pub fn or_u8_at(&mut self, position: usize, byte: u8) -> Result<(), BytesWriteError> { in or_u8_at() argument 45 pub fn add_u8_at(&mut self, position: usize, byte: u8) -> Result<(), BytesWriteError> { in add_u8_at() argument 71 pub fn write_u16<T: ByteOrder>(&mut self, bytes: u16) -> Result<(), BytesWriteError> { in write_u16() argument 97 pub fn write(&mut self, buf: &[u8]) -> Result<(), BytesWriteError> { in write() argument 102 pub fn prepend(&mut self, buf: &[u8]) -> Result<(), BytesWriteError> { in prepend() argument 114 pub fn write_random_bytes(&mut self, length: u32) -> Result<(), BytesWriteError> { in write_random_bytes() argument 167 pub fn write_u8(&mut self, byte: u8) -> Result<(), BytesWriteError> { in write_u8() argument 187 pub fn write(&mut self, buf: &[u8]) -> Result<(), BytesWriteError> { in write() argument 191 pub fn write_random_bytes(&mut self, length: u32) -> Result<(), BytesWriteError> { in write_random_bytes() argument [all …]
|
| H A D | bytes_errors.rs | 60 pub struct BytesWriteError { struct 61 pub value: BytesWriteErrorValue, argument 76 impl From<io::Error> for BytesWriteError { implementation 84 impl From<BytesIOError> for BytesWriteError { implementation 108 impl fmt::Display for BytesWriteError { implementation 114 impl Fail for BytesWriteError { implementation
|
| H A D | bits_errors.rs | 11 BytesWriteError(BytesWriteError), enumerator
|
| /xiu/library/container/mpegts/src/ |
| H A D | utils.rs | 6 pub fn pcr_write(pcr_result: &mut BytesWriter, pcr: i64) -> Result<(), BytesWriteError> { in pcr_write() argument
|
| H A D | errors.rs | 14 BytesWriteError(BytesWriteError), enumerator
|
| /xiu/protocol/rtsp/src/rtp/rtcp/ |
| H A D | errors.rs | 15 BytesWriteError(BytesWriteError), enumerator
|
| /xiu/protocol/rtsp/src/rtp/ |
| H A D | errors.rs | 35 BytesWriteError(#[cause] BytesWriteError), enumerator 64 BytesWriteError(#[cause] BytesWriteError), enumerator
|
| H A D | rtp_header.rs | 66 fn marshal(&self) -> Result<BytesMut, BytesWriteError> { in marshal() argument
|
| H A D | mod.rs | 72 fn marshal(&self) -> Result<BytesMut, BytesWriteError> { in marshal() argument
|
| /xiu/protocol/rtmp/src/user_control_messages/ |
| H A D | errors.rs | 18 BytesWriteError(BytesWriteError), enumerator
|
| /xiu/library/streamhub/src/ |
| H A D | errors.rs | 25 BytesWriteError(BytesWriteError), enumerator
|
| /xiu/library/container/flv/src/ |
| H A D | errors.rs | 56 BytesWriteError(BytesWriteError), enumerator 93 BytesWriteError(#[cause] BytesWriteError), enumerator 155 BytesWriteError(#[cause] BytesWriteError), enumerator
|
| /xiu/protocol/rtmp/src/protocol_control_messages/ |
| H A D | errors.rs | 16 BytesWriteError(BytesWriteError), enumerator
|
| /xiu/protocol/rtmp/src/chunk/ |
| H A D | errors.rs | 46 BytesWriteError(BytesWriteError), enumerator
|
| /xiu/protocol/rtmp/src/amf0/ |
| H A D | errors.rs | 49 BytesWriteError(BytesWriteError), enumerator
|
| /xiu/protocol/rtsp/src/session/ |
| H A D | errors.rs | 24 BytesWriteError(#[cause] BytesWriteError), enumerator
|
| /xiu/protocol/webrtc/src/session/ |
| H A D | errors.rs | 24 BytesWriteError(#[cause] BytesWriteError), enumerator
|
| /xiu/protocol/rtmp/src/remuxer/ |
| H A D | errors.rs | 34 BytesWriteError(#[cause] BytesWriteError), enumerator
|
| /xiu/protocol/rtmp/src/handshake/ |
| H A D | errors.rs | 12 BytesWriteError(BytesWriteError), enumerator
|
| /xiu/protocol/rtsp/src/ |
| H A D | rtsp_channel.rs | 196 ) -> Result<(), BytesWriteError> { in send_rr() argument
|
| /xiu/protocol/rtmp/src/session/ |
| H A D | errors.rs | 30 BytesWriteError(#[cause] BytesWriteError), enumerator
|