Home
last modified time | relevance | path

Searched refs:Boolean (Results 1 – 5 of 5) sorted by relevance

/xiu/protocol/rtmp/src/amf0/
H A Ddefine.rs6 Boolean(bool), enumerator
H A Damf0_reader.rs78 1 => Ok(Amf0ValueType::Boolean(true)), in read_bool()
79 _ => Ok(Amf0ValueType::Boolean(false)), in read_bool()
362 properties.insert(String::from("fpad"), Amf0ValueType::Boolean(false)); in test_player_connect_reader()
H A Damf0_writer.rs29 Amf0ValueType::Boolean(ref val) => self.write_bool(val), in write_any()
/xiu/protocol/rtmp/src/session/
H A Dserver_session.rs386 if let Amf0ValueType::Boolean(fpad) = value { in parse_connect_properties()
581 Amf0ValueType::Boolean(val) => Some(val), in on_play()
/xiu/protocol/rtmp/src/netconnection/
H A Dwriter.rs143 properties_map.insert(String::from("fpad"), Amf0ValueType::Boolean(fpad)); in write_connect()