miqt/qt/multimedia/gen_qcameracapturebufferformatcontrol.h

50 lines
2.2 KiB
C
Raw Normal View History

#pragma once
#ifndef MIQT_QT_MULTIMEDIA_GEN_QCAMERACAPTUREBUFFERFORMATCONTROL_H
#define MIQT_QT_MULTIMEDIA_GEN_QCAMERACAPTUREBUFFERFORMATCONTROL_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 QCameraCaptureBufferFormatControl;
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 QCameraCaptureBufferFormatControl QCameraCaptureBufferFormatControl;
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 QCameraCaptureBufferFormatControl_virtbase(QCameraCaptureBufferFormatControl* src, QMediaControl** outptr_QMediaControl);
2025-02-01 13:45:16 +13:00
QMetaObject* QCameraCaptureBufferFormatControl_metaObject(const QCameraCaptureBufferFormatControl* self);
void* QCameraCaptureBufferFormatControl_metacast(QCameraCaptureBufferFormatControl* self, const char* param1);
struct miqt_string QCameraCaptureBufferFormatControl_tr(const char* s);
struct miqt_string QCameraCaptureBufferFormatControl_trUtf8(const char* s);
struct miqt_array /* of int */ QCameraCaptureBufferFormatControl_supportedBufferFormats(const QCameraCaptureBufferFormatControl* self);
int QCameraCaptureBufferFormatControl_bufferFormat(const QCameraCaptureBufferFormatControl* self);
void QCameraCaptureBufferFormatControl_setBufferFormat(QCameraCaptureBufferFormatControl* self, int format);
void QCameraCaptureBufferFormatControl_bufferFormatChanged(QCameraCaptureBufferFormatControl* self, int format);
void QCameraCaptureBufferFormatControl_connect_bufferFormatChanged(QCameraCaptureBufferFormatControl* self, intptr_t slot);
struct miqt_string QCameraCaptureBufferFormatControl_tr2(const char* s, const char* c);
struct miqt_string QCameraCaptureBufferFormatControl_tr3(const char* s, const char* c, int n);
struct miqt_string QCameraCaptureBufferFormatControl_trUtf82(const char* s, const char* c);
struct miqt_string QCameraCaptureBufferFormatControl_trUtf83(const char* s, const char* c, int n);
void QCameraCaptureBufferFormatControl_delete(QCameraCaptureBufferFormatControl* 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