Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/netconnection/
H A Dwriter.rs235 pub async fn write_create_stream( in write_create_stream() method
/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs379 netconnection.write_create_stream(transaction_id).await?; in send_create_stream()