2024-11-17 06:21:37 +00:00
|
|
|
#pragma once
|
|
|
|
#ifndef MIQT_QT_MULTIMEDIA_GEN_QCUSTOMAUDIOROLECONTROL_H
|
|
|
|
#define MIQT_QT_MULTIMEDIA_GEN_QCUSTOMAUDIOROLECONTROL_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 QCustomAudioRoleControl;
|
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 QCustomAudioRoleControl QCustomAudioRoleControl;
|
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 QCustomAudioRoleControl_virtbase(QCustomAudioRoleControl* src, QMediaControl** outptr_QMediaControl);
|
2024-11-04 10:15:32 +00:00
|
|
|
QMetaObject* QCustomAudioRoleControl_MetaObject(const QCustomAudioRoleControl* self);
|
|
|
|
void* QCustomAudioRoleControl_Metacast(QCustomAudioRoleControl* self, const char* param1);
|
|
|
|
struct miqt_string QCustomAudioRoleControl_Tr(const char* s);
|
|
|
|
struct miqt_string QCustomAudioRoleControl_TrUtf8(const char* s);
|
|
|
|
struct miqt_string QCustomAudioRoleControl_CustomAudioRole(const QCustomAudioRoleControl* self);
|
|
|
|
void QCustomAudioRoleControl_SetCustomAudioRole(QCustomAudioRoleControl* self, struct miqt_string role);
|
2024-11-17 06:21:37 +00:00
|
|
|
struct miqt_array /* of struct miqt_string */ QCustomAudioRoleControl_SupportedCustomAudioRoles(const QCustomAudioRoleControl* self);
|
2024-11-04 10:15:32 +00:00
|
|
|
void QCustomAudioRoleControl_CustomAudioRoleChanged(QCustomAudioRoleControl* self, struct miqt_string role);
|
|
|
|
void QCustomAudioRoleControl_connect_CustomAudioRoleChanged(QCustomAudioRoleControl* self, intptr_t slot);
|
|
|
|
struct miqt_string QCustomAudioRoleControl_Tr2(const char* s, const char* c);
|
|
|
|
struct miqt_string QCustomAudioRoleControl_Tr3(const char* s, const char* c, int n);
|
|
|
|
struct miqt_string QCustomAudioRoleControl_TrUtf82(const char* s, const char* c);
|
|
|
|
struct miqt_string QCustomAudioRoleControl_TrUtf83(const char* s, const char* c, int n);
|
2024-11-19 06:29:06 +00:00
|
|
|
void QCustomAudioRoleControl_Delete(QCustomAudioRoleControl* self, bool isSubclass);
|
2024-11-04 10:15:32 +00:00
|
|
|
|
|
|
|
#ifdef __cplusplus
|
|
|
|
} /* extern C */
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#endif
|