Beispiel #1
0
//AVOutputFormat * 	av_output_video_device_next (AVOutputFormat *d)
//Video output devices iterator.
func Av_output_video_device_next(d *AVOutputFormat) *AVOutputFormat {
	return (*AVOutputFormat)(C.av_output_video_device_next((*C.struct_AVOutputFormat)(d)))
}
Beispiel #2
0
//Video output devices iterator.
func (d *OutputFormat) AvOutputVideoDeviceNext() *OutputFormat {
	return (*OutputFormat)(C.av_output_video_device_next((*C.struct_AVOutputFormat)(d)))
}