pub unsafe extern "C" fn ltc_encoder_create(
    sample_rate: f64,
    fps: f64,
    standard: LTC_TV_STANDARD,
    flags: c_int
) -> *mut LTCEncoder
Expand description

Allocate and initialize LTC audio encoder.

calls \ref ltc_encoder_reinit internally see, see notes there.

@param sample_rate audio sample rate (eg. 48000) @param fps video-frames per second (e.g. 25.0) @param standard the TV standard to use for Binary Group Flag bit position @param flags binary combination of \ref LTC_BG_FLAGS