mirror of
https://github.com/mappu/miqt.git
synced 2025-02-02 11:30:22 +00:00
22 lines
429 B
C++
22 lines
429 B
C++
#include <QMediaBindableInterface>
|
|
#include <QMediaObject>
|
|
#include <qmediabindableinterface.h>
|
|
#include "gen_qmediabindableinterface.h"
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#ifdef __cplusplus
|
|
} /* extern C */
|
|
#endif
|
|
|
|
QMediaObject* QMediaBindableInterface_MediaObject(const QMediaBindableInterface* self) {
|
|
return self->mediaObject();
|
|
}
|
|
|
|
void QMediaBindableInterface_Delete(QMediaBindableInterface* self) {
|
|
delete self;
|
|
}
|
|
|