miqt/qt/multimedia/gen_qmediaaudioprobecontrol.h

51 lines
1.9 KiB
C
Raw Normal View History

#pragma once
#ifndef MIQT_QT_MULTIMEDIA_GEN_QMEDIAAUDIOPROBECONTROL_H
#define MIQT_QT_MULTIMEDIA_GEN_QMEDIAAUDIOPROBECONTROL_H
2024-11-04 10:15:32 +00:00
#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#include "../../libmiqt/libmiqt.h"
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
class QAudioBuffer;
class QMediaAudioProbeControl;
2024-11-19 06:29:06 +00:00
class QMediaControl;
2024-11-04 10:15:32 +00:00
class QMetaObject;
2024-11-19 06:29:06 +00:00
class QObject;
2024-11-04 10:15:32 +00:00
#else
typedef struct QAudioBuffer QAudioBuffer;
typedef struct QMediaAudioProbeControl QMediaAudioProbeControl;
2024-11-19 06:29:06 +00:00
typedef struct QMediaControl QMediaControl;
2024-11-04 10:15:32 +00:00
typedef struct QMetaObject QMetaObject;
2024-11-19 06:29:06 +00:00
typedef struct QObject QObject;
2024-11-04 10:15:32 +00:00
#endif
2024-12-07 04:15:57 +00:00
void QMediaAudioProbeControl_virtbase(QMediaAudioProbeControl* src, QMediaControl** outptr_QMediaControl);
2024-11-04 10:15:32 +00:00
QMetaObject* QMediaAudioProbeControl_MetaObject(const QMediaAudioProbeControl* self);
void* QMediaAudioProbeControl_Metacast(QMediaAudioProbeControl* self, const char* param1);
struct miqt_string QMediaAudioProbeControl_Tr(const char* s);
struct miqt_string QMediaAudioProbeControl_TrUtf8(const char* s);
void QMediaAudioProbeControl_AudioBufferProbed(QMediaAudioProbeControl* self, QAudioBuffer* buffer);
void QMediaAudioProbeControl_connect_AudioBufferProbed(QMediaAudioProbeControl* self, intptr_t slot);
void QMediaAudioProbeControl_Flush(QMediaAudioProbeControl* self);
void QMediaAudioProbeControl_connect_Flush(QMediaAudioProbeControl* self, intptr_t slot);
struct miqt_string QMediaAudioProbeControl_Tr2(const char* s, const char* c);
struct miqt_string QMediaAudioProbeControl_Tr3(const char* s, const char* c, int n);
struct miqt_string QMediaAudioProbeControl_TrUtf82(const char* s, const char* c);
struct miqt_string QMediaAudioProbeControl_TrUtf83(const char* s, const char* c, int n);
2024-11-19 06:29:06 +00:00
void QMediaAudioProbeControl_Delete(QMediaAudioProbeControl* self, bool isSubclass);
2024-11-04 10:15:32 +00:00
#ifdef __cplusplus
} /* extern C */
#endif
#endif