Home
last modified time | relevance | path

Searched refs:ErrCodecNotFound (Results 1 – 4 of 4) sorted by relevance

/webrtc/webrtc/src/
H A Derror.rs109 ErrCodecNotFound, enumerator
/webrtc/webrtc/src/track/track_remote/
H A Dmod.rs268 return Err(Error::ErrCodecNotFound); in check_and_update_track()
/webrtc/webrtc/src/api/media_engine/
H A Dmedia_engine_test.rs495 assert_eq!(err, Error::ErrCodecNotFound); in test_media_engine_remote_description()
H A Dmod.rs459 Err(Error::ErrCodecNotFound) in get_codec_by_payload()