ltc_encoder_set_frame

Function ltc_encoder_set_frame 

Source
pub unsafe extern "C" fn ltc_encoder_set_frame(
    e: *mut LTCEncoder,
    f: *mut LTCFrame,
)
Expand description

Low-level access to the internal LTCFrame data.

Note: be careful to about f->dfbit, the encoder sets this [only] upon initialization.

@param e encoder handle @param f LTC frame data to use