Esempio n. 1
0
//void 	avdevice_register_all (void)
//Initialize libavdevice and register all the input and output devices.
func Avdevice_register_all() {
	C.avdevice_register_all()
}
Esempio n. 2
0
func init() {
	C.av_register_all()
	C.avformat_network_init()
	C.avdevice_register_all()
}
Esempio n. 3
0
func init() {
	C.avdevice_register_all()
}