gpt4 book ai didi

objective-c - 从传递 float 组的 C 函数调用 Objective C 函数

转载 作者:行者123 更新时间:2023-11-28 23:12:16 24 4
gpt4 key购买 nike

我正在尝试传递 float 组的引用。问题是调用,因为我正在为 c 开发,但我想调用 Objective C 函数,有人能帮我吗?我怎样才能打电话?你有代码:

bool VideoCamera_Camera(float *buffer) {
[VideoCameraBinded VideoCamera_CameraUpdateBinded: buffer];
}

谢谢

最佳答案

我假设 VideoCameraBinded 是一个实例,而不是一个类。如果我弄错了,请告诉我。

如果您在 VideoCameraBinded 的类上定义了一个方法,则如下所示:

- (void)VideoCamera_CameraUpdateBinded:(float *)buffer {
//...
}

那我不知道你的问题出在哪里。您遇到特定错误或其他问题吗?

关于objective-c - 从传递 float 组的 C 函数调用 Objective C 函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7890529/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com