ltc_encoder_encode_frame

Function ltc_encoder_encode_frame 

Source
pub unsafe extern "C" fn ltc_encoder_encode_frame(e: *mut LTCEncoder)
Expand description

Encode a full LTC frame at fixed speed. This is equivalent to calling \ref ltc_encoder_encode_byte 10 times for bytes 0..9 with speed 1.0.

Note: The internal buffer must be empty before calling this function. Otherwise it may overflow. This is usually the case if it is read with \ref ltc_encoder_copy_buffer after calling this function.

The default internal buffersize is exactly one full LTC frame at speed 1.0.

@param e encoder handle