コード例 #1
0
ファイル: avutil.go プロジェクト: stephenwithav/goav
//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())
}