Searched refs:LONG_STRING (Results 1 – 2 of 2) sorted by relevance
| /xiu/protocol/rtmp/src/amf0/ | ||
| H A D | amf0_markers.rs | 8 pub const LONG_STRING: u8 = 0x0c; constant |
| H A D | amf0_reader.rs | 50 amf0_markers::LONG_STRING => self.read_long_string(), in read_any() |