Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/netconnection/
H A Dwriter.rs247 pub async fn write_create_stream_response( in write_create_stream_response() method
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs480 .write_create_stream_response(transaction_id, &define::STREAM_ID) in on_create_stream()