首页
学习
活动
专区
工具
TVP
发布
社区首页 >问答首页 >LiteAVSDK_Professional中设置videoProcessDelegate不走回调?

LiteAVSDK_Professional中设置videoProcessDelegate不走回调?

提问于 2020-08-25 18:29:03
回答 0关注 0查看 89

TXLivePushConfig *config = [[TXLivePushConfig alloc] init];

config.customModeType |= CUSTOM_MODE_VIDEO_PREPROCESS;

TXLivePush *pusher = [[TXLivePush alloc] initWithConfig:config];

pusher.videoProcessDelegate = self;

发现没有进入- (GLuint)onPreProcessTexture:(GLuint)texture width:(CGFloat)width height:(CGFloat)height timestamp:(UInt64)timestamp这个方法,是需要配置别的东西吗

回答

和开发者交流更多问题细节吧,去 写回答
相关文章

相似问题

相关问答用户
领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档