//AVRational av_get_time_base_q (void) //Return the fractional representation of the internal time base. func Av_get_time_base_q() AVRational { return (AVRational)(C.av_get_time_base_q()) }
//Return the fractional representation of the internal time base. func AvGetTimeBaseQ() Rational { return (Rational)(C.av_get_time_base_q()) }