#[unsafe(no_mangle)]pub unsafe extern "C" fn moq_track_request_accept(
request: u32,
info: *const moq_track_info,
) -> i32Expand description
Accept a track request as a raw track, resolving the waiting subscribers.
Consumes the request handle. info is as in moq_publish_track: NULL for the
microsecond default. Returns a non-zero track handle usable with every
moq_publish_track_* function, or a negative code on failure.
ยงSafety
infomust be NULL or a valid pointer to a moq_track_info struct.