コード例 #1
0
ファイル: avutil.go プロジェクト: codesuki/go-libav
func (dict *Dictionary) Count() int {
	return int(C.av_dict_count(dict.CAVDictionary))
}
コード例 #2
0
ファイル: dictionary.go プロジェクト: zwh8800/goav
func (d *Dictionary) Count() int {
	return int(C.av_dict_count((*C.struct_AVDictionary)(d)))
}