2024-11-17 19:21:37 +13:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT_MULTIMEDIA_GEN_QAUDIORECORDER_H
|
|
|
|
#define MIQT_QT_MULTIMEDIA_GEN_QAUDIORECORDER_H
|
2024-11-04 23:15:32 +13: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 QAudioRecorder;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QChildEvent;
|
|
|
|
class QEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QMediaBindableInterface;
|
|
|
|
class QMediaObject;
|
|
|
|
class QMediaRecorder;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QMetaMethod;
|
2024-11-04 23:15:32 +13:00
|
|
|
class QMetaObject;
|
|
|
|
class QObject;
|
2025-01-19 16:39:11 +13:00
|
|
|
class QTimerEvent;
|
2024-11-04 23:15:32 +13:00
|
|
|
#else
|
|
|
|
typedef struct QAudioRecorder QAudioRecorder;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QChildEvent QChildEvent;
|
|
|
|
typedef struct QEvent QEvent;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QMediaBindableInterface QMediaBindableInterface;
|
|
|
|
typedef struct QMediaObject QMediaObject;
|
|
|
|
typedef struct QMediaRecorder QMediaRecorder;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QMetaMethod QMetaMethod;
|
2024-11-04 23:15:32 +13:00
|
|
|
typedef struct QMetaObject QMetaObject;
|
|
|
|
typedef struct QObject QObject;
|
2025-01-19 16:39:11 +13:00
|
|
|
typedef struct QTimerEvent QTimerEvent;
|
2024-11-04 23:15:32 +13:00
|
|
|
#endif
|
|
|
|
|
2024-12-07 17:15:57 +13:00
|
|
|
QAudioRecorder* QAudioRecorder_new();
|
|
|
|
QAudioRecorder* QAudioRecorder_new2(QObject* parent);
|
|
|
|
void QAudioRecorder_virtbase(QAudioRecorder* src, QMediaRecorder** outptr_QMediaRecorder);
|
2025-02-01 13:45:16 +13:00
|
|
|
QMetaObject* QAudioRecorder_metaObject(const QAudioRecorder* self);
|
|
|
|
void* QAudioRecorder_metacast(QAudioRecorder* self, const char* param1);
|
|
|
|
struct miqt_string QAudioRecorder_tr(const char* s);
|
|
|
|
struct miqt_string QAudioRecorder_trUtf8(const char* s);
|
|
|
|
struct miqt_array /* of struct miqt_string */ QAudioRecorder_audioInputs(const QAudioRecorder* self);
|
|
|
|
struct miqt_string QAudioRecorder_defaultAudioInput(const QAudioRecorder* self);
|
|
|
|
struct miqt_string QAudioRecorder_audioInputDescription(const QAudioRecorder* self, struct miqt_string name);
|
|
|
|
struct miqt_string QAudioRecorder_audioInput(const QAudioRecorder* self);
|
|
|
|
void QAudioRecorder_setAudioInput(QAudioRecorder* self, struct miqt_string name);
|
|
|
|
void QAudioRecorder_audioInputChanged(QAudioRecorder* self, struct miqt_string name);
|
|
|
|
void QAudioRecorder_connect_audioInputChanged(QAudioRecorder* self, intptr_t slot);
|
|
|
|
void QAudioRecorder_availableAudioInputsChanged(QAudioRecorder* self);
|
|
|
|
void QAudioRecorder_connect_availableAudioInputsChanged(QAudioRecorder* self, intptr_t slot);
|
|
|
|
struct miqt_string QAudioRecorder_tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QAudioRecorder_tr3(const char* s, const char* c, int n);
|
|
|
|
struct miqt_string QAudioRecorder_trUtf82(const char* s, const char* c);
|
|
|
|
struct miqt_string QAudioRecorder_trUtf83(const char* s, const char* c, int n);
|
|
|
|
bool QAudioRecorder_override_virtual_mediaObject(void* self, intptr_t slot);
|
|
|
|
QMediaObject* QAudioRecorder_virtualbase_mediaObject(const void* self);
|
|
|
|
bool QAudioRecorder_override_virtual_setMediaObject(void* self, intptr_t slot);
|
|
|
|
bool QAudioRecorder_virtualbase_setMediaObject(void* self, QMediaObject* object);
|
|
|
|
bool QAudioRecorder_override_virtual_event(void* self, intptr_t slot);
|
|
|
|
bool QAudioRecorder_virtualbase_event(void* self, QEvent* event);
|
|
|
|
bool QAudioRecorder_override_virtual_eventFilter(void* self, intptr_t slot);
|
|
|
|
bool QAudioRecorder_virtualbase_eventFilter(void* self, QObject* watched, QEvent* event);
|
|
|
|
bool QAudioRecorder_override_virtual_timerEvent(void* self, intptr_t slot);
|
|
|
|
void QAudioRecorder_virtualbase_timerEvent(void* self, QTimerEvent* event);
|
|
|
|
bool QAudioRecorder_override_virtual_childEvent(void* self, intptr_t slot);
|
|
|
|
void QAudioRecorder_virtualbase_childEvent(void* self, QChildEvent* event);
|
|
|
|
bool QAudioRecorder_override_virtual_customEvent(void* self, intptr_t slot);
|
|
|
|
void QAudioRecorder_virtualbase_customEvent(void* self, QEvent* event);
|
|
|
|
bool QAudioRecorder_override_virtual_connectNotify(void* self, intptr_t slot);
|
|
|
|
void QAudioRecorder_virtualbase_connectNotify(void* self, QMetaMethod* signal);
|
|
|
|
bool QAudioRecorder_override_virtual_disconnectNotify(void* self, intptr_t slot);
|
|
|
|
void QAudioRecorder_virtualbase_disconnectNotify(void* self, QMetaMethod* signal);
|
|
|
|
void QAudioRecorder_delete(QAudioRecorder* self);
|
2024-11-04 23:15:32 +13:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
2025-02-01 13:45:16 +13:00
|
|
|
#endif
|
2024-11-04 23:15:32 +13:00
|
|
|
|
|
|
|
#endif
|