Ejemplo n.º 1
0
func (dict *Dictionary) Count() int {
	return int(C.av_dict_count(dict.CAVDictionary))
}
Ejemplo n.º 2
0
func (d *Dictionary) Count() int {
	return int(C.av_dict_count((*C.struct_AVDictionary)(d)))
}