Searched refs:RTMP_EVENT_PING (Results 1 – 2 of 2) sorted by relevance
| /xiu/protocol/rtmp/src/user_control_messages/ | ||
| H A D | define.rs | 8 pub const RTMP_EVENT_PING: u16 = 6; constant |
| H A D | writer.rs | 98 .write_u16::<BigEndian>(define::RTMP_EVENT_PING)?; in write_ping_request() |