示例#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())
}
示例#2
0
文件: avutil.go 项目: gale320/goav
//Return the fractional representation of the internal time base.
func AvGetTimeBaseQ() Rational {
	return (Rational)(C.av_get_time_base_q())
}