pub unsafe extern "C" fn SoapySDRDevice_getNativeStreamFormat(
device: *const SoapySDRDevice,
direction: c_int,
channel: usize,
fullScale: *mut f64
) -> *mut c_char
Expand description
Get the hardware’s native stream format for this channel. This is the format used by the underlying transport layer, and the direct buffer access API calls (when available). \param device a pointer to a device instance \param direction the channel direction RX or TX \param channel an available channel on the device \param [out] fullScale the maximum possible value \return the native stream buffer format string