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

Query the current encoder timecode.

Note: the decoder stores its internal state in an LTC-frame, this function converts that LTC-Frame into SMPTETimecode on demand. see also \ref ltc_encoder_get_frame.

@param e encoder handle @param t is set to current timecode