2024-11-17 19:21:37 +13:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT_MULTIMEDIA_GEN_QAUDIOINPUTSELECTORCONTROL_H
|
|
|
|
#define MIQT_QT_MULTIMEDIA_GEN_QAUDIOINPUTSELECTORCONTROL_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 QAudioInputSelectorControl;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QMediaControl;
|
2024-11-04 23:15:32 +13:00
|
|
|
class QMetaObject;
|
2024-11-19 19:29:06 +13:00
|
|
|
class QObject;
|
2024-11-04 23:15:32 +13:00
|
|
|
#else
|
|
|
|
typedef struct QAudioInputSelectorControl QAudioInputSelectorControl;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QMediaControl QMediaControl;
|
2024-11-04 23:15:32 +13:00
|
|
|
typedef struct QMetaObject QMetaObject;
|
2024-11-19 19:29:06 +13:00
|
|
|
typedef struct QObject QObject;
|
2024-11-04 23:15:32 +13:00
|
|
|
#endif
|
|
|
|
|
2024-12-07 17:15:57 +13:00
|
|
|
void QAudioInputSelectorControl_virtbase(QAudioInputSelectorControl* src, QMediaControl** outptr_QMediaControl);
|
2025-02-01 13:45:16 +13:00
|
|
|
QMetaObject* QAudioInputSelectorControl_metaObject(const QAudioInputSelectorControl* self);
|
|
|
|
void* QAudioInputSelectorControl_metacast(QAudioInputSelectorControl* self, const char* param1);
|
|
|
|
struct miqt_string QAudioInputSelectorControl_tr(const char* s);
|
|
|
|
struct miqt_string QAudioInputSelectorControl_trUtf8(const char* s);
|
|
|
|
struct miqt_array /* of struct miqt_string */ QAudioInputSelectorControl_availableInputs(const QAudioInputSelectorControl* self);
|
|
|
|
struct miqt_string QAudioInputSelectorControl_inputDescription(const QAudioInputSelectorControl* self, struct miqt_string name);
|
|
|
|
struct miqt_string QAudioInputSelectorControl_defaultInput(const QAudioInputSelectorControl* self);
|
|
|
|
struct miqt_string QAudioInputSelectorControl_activeInput(const QAudioInputSelectorControl* self);
|
|
|
|
void QAudioInputSelectorControl_setActiveInput(QAudioInputSelectorControl* self, struct miqt_string name);
|
|
|
|
void QAudioInputSelectorControl_activeInputChanged(QAudioInputSelectorControl* self, struct miqt_string name);
|
|
|
|
void QAudioInputSelectorControl_connect_activeInputChanged(QAudioInputSelectorControl* self, intptr_t slot);
|
|
|
|
void QAudioInputSelectorControl_availableInputsChanged(QAudioInputSelectorControl* self);
|
|
|
|
void QAudioInputSelectorControl_connect_availableInputsChanged(QAudioInputSelectorControl* self, intptr_t slot);
|
|
|
|
struct miqt_string QAudioInputSelectorControl_tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QAudioInputSelectorControl_tr3(const char* s, const char* c, int n);
|
|
|
|
struct miqt_string QAudioInputSelectorControl_trUtf82(const char* s, const char* c);
|
|
|
|
struct miqt_string QAudioInputSelectorControl_trUtf83(const char* s, const char* c, int n);
|
|
|
|
void QAudioInputSelectorControl_delete(QAudioInputSelectorControl* 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
|