xlang v4.0 Release
程序设计语言基础库文档
载入中...
搜索中...
未找到
QMediaService.x
浏览该文件的文档.
1//xlang Source, Name:qt5/multimedia/QMediaService.x
2//Date: Thu Mar 14:30:31 2021
3
4package Qt{
5 @SuppressWarnings public class QMediaService : QObject{
6 public QMediaService(){
7
8 }
9 public QMediaService(long h){
10 super(h);
11 }
12 };
13};