Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/session/
H A Dcommon.rs78 pub async fn send_channel_data(&mut self) -> Result<(), SessionError> { in send_channel_data() method
H A Dclient_session.rs179 self.common.send_channel_data().await?; in run()
H A Dserver_session.rs216 match self.common.send_channel_data().await { in play()