コード例 #1
0
ファイル: avdevice.go プロジェクト: stephenwithav/goav
//void 	avdevice_register_all (void)
//Initialize libavdevice and register all the input and output devices.
func Avdevice_register_all() {
	C.avdevice_register_all()
}
コード例 #2
0
ファイル: format.go プロジェクト: Dim0N22/gmf
func init() {
	C.av_register_all()
	C.avformat_network_init()
	C.avdevice_register_all()
}
コード例 #3
0
ファイル: capture.go プロジェクト: qianbo0423/media-muxer
func init() {
	C.avdevice_register_all()
}