Home
last modified time | relevance | path

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

/xiu/protocol/rtmp/src/messages/
H A Ddefine.rs40 SetPeerBandwidth { enumerator
H A Dparser.rs110 return Ok(Some(RtmpMessageData::SetPeerBandwidth { properties })); in parse()
/xiu/protocol/rtmp/src/session/
H A Dclient_session.rs247 RtmpMessageData::SetPeerBandwidth { .. } => { in process_messages()