Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/session/
H A Ddefine.rs22 pub const TRANSACTION_ID_CREATE_STREAM: u8 = 2; constant
H A Dclient_session.rs161 self.send_create_stream(&(define::TRANSACTION_ID_CREATE_STREAM as f64)) in run()
313 define::TRANSACTION_ID_CREATE_STREAM => { in on_amf0_command_message()