pub unsafe extern "C" fn ltc_decoder_write_u16(
    d: *mut LTCDecoder,
    buf: *mut c_ushort,
    size: usize,
    posinfo: ltc_off_t
)
Expand description

Wrapper around \ref ltc_decoder_write that accepts unsigned 16 bit audio samples. Note: internally libltc uses 8 bit only.

@param d decoder handle @param buf pointer to audio sample data @param size number of samples to parse @param posinfo (optional, recommended) sample-offset in the audio-stream.