[][src]Function x42ltc_sys::ltc_decoder_create

pub unsafe extern "C" fn ltc_decoder_create(
    apv: c_int,
    queue_size: c_int
) -> *mut LTCDecoder

Create a new LTC decoder.

@param apv audio-frames per video frame. This is just used for initial settings, the speed is tracked dynamically. setting this in the right ballpark is needed to properly decode the first LTC frame in a sequence. @param queue_size length of the internal queue to store decoded frames to SMPTEDecoderWrite. @return decoder handle or NULL if out-of-memory