pub unsafe extern "C" fn ltc_frame_to_time(
    stime: *mut SMPTETimecode,
    frame: *mut LTCFrame,
    flags: c_int
)
Expand description

Convert binary LTCFrame into SMPTETimecode struct

@param stime output @param frame input @param flags binary combination of \ref LTC_BG_FLAGS - here only LTC_USE_DATE is relevant. if LTC_USE_DATE is set, the user-fields in LTCFrame will be parsed into the date variable of SMPTETimecode. otherwise the date information in the SMPTETimecode is set to zero.