#[unsafe(no_mangle)]pub unsafe extern "C" fn moq_origin_announced_info(
announced: u32,
dst: *mut moq_announced,
) -> i32Expand description
Query information about a broadcast discovered by moq_origin_announced.
The destination is filled with the broadcast information.
Returns a zero on success, or a negative code on failure.
ยงSafety
- The caller must ensure that
dstis a valid pointer to a moq_announced struct.