pub unsafe extern "C" fn ltc_encoder_set_timecode(
    e: *mut LTCEncoder,
    t: *mut SMPTETimecode
)
Expand description

Set the encoder LTC-frame to the given SMPTETimecode. The next call to \ref ltc_encoder_encode_byte or \ref ltc_encoder_encode_frame will encode this time to LTC audio-samples.

Internally this call uses \ref ltc_time_to_frame because the LTCEncoder operates on LTCframes only. see als \ref ltc_encoder_set_frame

@param e encoder handle @param t timecode to set.