Type Alias gstreamer_webrtc_sys::GstWebRTCICEOnCandidateFunc
source · pub type GstWebRTCICEOnCandidateFunc = Option<unsafe extern "C" fn(_: *mut GstWebRTCICE, _: c_uint, _: *const c_char, _: gpointer)>;
Aliased Type§
enum GstWebRTCICEOnCandidateFunc {
None,
Some(unsafe extern "C" fn(_: *mut GstWebRTCICE, _: u32, _: *const i8, _: *mut c_void)),
}