Home
last modified time | relevance | path

Searched refs:RTMP_EVENT_STREAM_BEGIN (Results 1 – 3 of 3) sorted by relevance

/xiu/protocol/rtmp/src/user_control_messages/
H A Ddefine.rs2 pub const RTMP_EVENT_STREAM_BEGIN: u16 = 0; constant
H A Dreader.rs26 define::RTMP_EVENT_STREAM_BEGIN => { in parse_event()
H A Dwriter.rs36 .write_u16::<BigEndian>(define::RTMP_EVENT_STREAM_BEGIN)?; in write_stream_begin()