Ejemplo n.º 1
0
//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())
}
Ejemplo n.º 2
0
//Return the fractional representation of the internal time base.
func AvGetTimeBaseQ() Rational {
	return (Rational)(C.av_get_time_base_q())
}