pub unsafe extern "C" fn SoapySDRDevice_releaseWriteBuffer(
    device: *mut SoapySDRDevice,
    stream: *mut SoapySDRStream,
    handle: usize,
    numElems: usize,
    flags: *mut c_int,
    timeNs: c_longlong
)
Expand description

Release an acquired buffer back to the transmit stream. This call is part of the direct buffer access API.

Stream meta-data is provided as part of the release call, and not the acquire call so that the caller may acquire buffers without committing to the contents of the meta-data, which can be determined by the user as the buffers are filled.

\param device a pointer to a device instance \param stream the opaque pointer to a stream handle \param handle the opaque handle from the acquire() call \param numElems the number of elements written to each buffer \param flags optional input flags and output flags \param timeNs the buffer’s timestamp in nanoseconds