Revision a3c25997 qemu-doc.texi

b/qemu-doc.texi
741 741
show USB devices plugged on the virtual USB hub
742 742
@item info usbhost
743 743
show all USB host devices
744
@item info capture
745
show information about active capturing
744 746
@end table
745 747

  
746 748
@item q or quit
......
755 757
@item screendump filename
756 758
Save screen into PPM image @var{filename}.
757 759

  
760
@item wavcapture filename [frequency [bits [channels]]]
761
Capture audio into @var{filename}. Using sample rate @var{frequency}
762
bits per sample @var{bits} and number of channels @var{channels}.
763

  
764
Defaults:
765
@itemize @minus
766
@item Sample rate = 44100 Hz - CD quality
767
@item Bits = 16
768
@item Number of channels = 2 - Stereo
769
@end itemize
770

  
771
@item stopcapture index
772
Stop capture with a given @var{index}, index can be obtained with
773
@example
774
info capture
775
@end example
776

  
758 777
@item log item1[,...]
759 778
Activate logging of the specified items to @file{/tmp/qemu.log}.
760 779

  

Also available in: Unified diff