xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
QAudio.x
浏览该文件的文档.
1//xlang Source, Name:qt5/multimedia/QAudio.x
2//Date: Thu Mar 14:44:27 2021
3package Qt{
4 @SuppressWarnings public class QAudio{
5 public enum Error { NoError, OpenError, IOError, UnderrunError, FatalError };
6 public enum State { ActiveState, SuspendedState, StoppedState, IdleState };
7 public enum Mode { AudioInput, AudioOutput };
8
21
22 public enum VolumeScale {
26 DecibelVolumeScale
27 };
28 };
29};
VoiceCommunicationRole
Definition QAudio.x:13