Home
last modified time | relevance | path

Searched defs:RustSdpAttributeRtcp (Results 1 – 8 of 8) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/sdp/
H A DRsdparsaSdpInc.h281 struct RustSdpAttributeRtcp { struct
282 uint32_t port;
283 RustExplicitlyTypedAddress unicastAddr;
284 bool has_address;
/dports/www/firefox/firefox-99.0/dom/media/webrtc/sdp/
H A DRsdparsaSdpInc.h281 struct RustSdpAttributeRtcp { struct
282 uint32_t port;
283 RustExplicitlyTypedAddress unicastAddr;
284 bool has_address;
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/sdp/
H A DRsdparsaSdpInc.h281 struct RustSdpAttributeRtcp { struct
282 uint32_t port;
283 RustExplicitlyTypedAddress unicastAddr;
284 bool has_address;
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/sdp/
H A DRsdparsaSdpInc.h281 struct RustSdpAttributeRtcp { struct
282 uint32_t port;
283 RustExplicitlyTypedAddress unicastAddr;
284 bool has_address;
/dports/www/firefox-esr/firefox-91.8.0/dom/media/webrtc/sdp/rsdparsa_capi/src/
H A Dattribute.rs801 pub struct RustSdpAttributeRtcp { struct
807 impl<'a> From<&'a SdpAttributeRtcp> for RustSdpAttributeRtcp { argument
827 ret: *mut RustSdpAttributeRtcp, in sdp_get_rtcp()
/dports/www/firefox/firefox-99.0/dom/media/webrtc/sdp/rsdparsa_capi/src/
H A Dattribute.rs801 pub struct RustSdpAttributeRtcp { struct
807 impl<'a> From<&'a SdpAttributeRtcp> for RustSdpAttributeRtcp { argument
827 ret: *mut RustSdpAttributeRtcp, in sdp_get_rtcp()
/dports/mail/thunderbird/thunderbird-91.8.0/dom/media/webrtc/sdp/rsdparsa_capi/src/
H A Dattribute.rs801 pub struct RustSdpAttributeRtcp { struct
807 impl<'a> From<&'a SdpAttributeRtcp> for RustSdpAttributeRtcp { argument
827 ret: *mut RustSdpAttributeRtcp, in sdp_get_rtcp()
/dports/lang/spidermonkey78/firefox-78.9.0/media/webrtc/signaling/src/sdp/rsdparsa_capi/src/
H A Dattribute.rs801 pub struct RustSdpAttributeRtcp { struct
807 impl<'a> From<&'a SdpAttributeRtcp> for RustSdpAttributeRtcp { implementation
827 ret: *mut RustSdpAttributeRtcp, in sdp_get_rtcp()