#[unsafe(no_mangle)]pub unsafe extern "C" fn moq_publish_json_stream_append(
stream: u32,
value: *const c_char,
value_len: usize,
) -> i32Expand description
Append one record to a JSON stream track. value is a UTF-8 JSON document.
Returns a zero on success, or a negative code on failure.
ยงSafety
- The caller must ensure
valueis a valid pointer tovalue_lenbytes.