Home
last modified time | relevance | path

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

/xiu/library/streamhub/src/statistics/
H A Davstatistics.rs56 pub async fn notify_video_codec_info(&mut self, codec_info: &Mpeg4Avc) { in notify_video_codec_info() method
/xiu/protocol/rtmp/src/cache/
H A Dmod.rs158 .notify_video_codec_info(&avc_processor.mpeg4_avc) in save_video_data()