Home
last modified time | relevance | path

Searched refs:RTMP_EVENT_PING (Results 1 – 2 of 2) sorted by relevance

/xiu/protocol/rtmp/src/user_control_messages/
H A Ddefine.rs8 pub const RTMP_EVENT_PING: u16 = 6; constant
H A Dwriter.rs98 .write_u16::<BigEndian>(define::RTMP_EVENT_PING)?; in write_ping_request()