Function librist_sys::rist_receiver_set_output_fifo_size[][src]

pub unsafe extern "C" fn rist_receiver_set_output_fifo_size(
    ctx: *mut rist_ctx,
    desired_size: u32
) -> c_int

@brief Set output fifo size

Set the output fifo size to the desired maximum, can be set to 0 to disable desired size must be a power of 2. When enabled libRIST will output packets into the fifo queue for reading by the calling application. The fifo buffer size can only be set before starting, and defaults to 1024

@param ctx RIST receiver context @param desired_size max number of packets to keep in fifo buffer, 0 to disable @return 0 for success