Searched refs:on_play (Results 1 – 6 of 6) sorted by relevance
20 on_play = "http://localhost:3001/on_play"
28 on_play = "http://localhost:3001/on_play"
169 pub on_play: Option<String>, field
17 .route("/on_play", post(on_play)) in main()41 async fn on_play(body: String) { in on_play() function
38 httpnotifier.on_play.clone(), in run()
339 self.on_play(transaction_id, stream_id, others).await?; in on_amf0_command_message()534 pub async fn on_play( in on_play() method