码迷,mamicode.com
首页 > Windows程序 > 详细

GPUImage API文档之GPUImageInput协议

时间:2015-11-15 17:34:10      阅读:210      评论:0      收藏:0      [点我收藏+]

标签:

  GPUImageInput协议主要包含一些输入需要渲染目标的操作。

 

  - (void)newFrameReadyAtTime:(CMTime)frameTime atIndex:(NSInteger)textureIndex

  说明:准备下一个要使用的新帧

 

  - (void)setInputFramebuffer:(GPUImageFramebuffer *)newInputFramebuffer atIndex:(NSInteger)textureIndex

  说明:设置新的帧缓冲对象

 

  - (NSInteger)nextAvailableTextureIndex

  说明:下一个有效的纹理索引

 

  - (void)setInputSize:(CGSize)newSize atIndex:(NSInteger)textureIndex

  设置需要渲染目标的尺寸

 

  - (void)setInputRotation:(GPUImageRotationMode)newInputRotation atIndex:(NSInteger)textureIndex

   说明:设置旋转模式

 

  - (CGSize)maximumOutputSize

  说明:输出缓冲区的最大尺寸

 

  - (void)endProcessing

  说明:输入处理结束

 

  - (BOOL)shouldIgnoreUpdatesToThisTarget

  说明:是否应该忽略渲染目标的更新

 

  - (BOOL)enabled

  说明:是否启用渲染目标

 

  - (BOOL)wantsMonochromeInput

  说明:是否为单色输入

  - (void)setCurrentlyReceivingMonochromeInput:(BOOL)newValue

 

GPUImage API文档之GPUImageInput协议

标签:

原文地址:http://www.cnblogs.com/salam/p/4966589.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!