|
美摄SDK For iOS
3.14.4
|
#include <NvsCustomVideoFx.h>
Public 属性 | |
| struct NvsCustomVideoFxVideoFrame | inputVideoFrame |
| 输入视频帧 更多... | |
| bool | hasBuddyVideoFrame |
| 表示伴侣视频帧是否存在,伴侣视频帧只有在采集的时,而且设置了STREAMING_ENGINE_CAPTURE_FLAG_CAPTURE_BUDDY_HOST_VIDEO_FRAME才会存在 更多... | |
| NvsVideoFrameInfo | inputBuddyVideoFrame |
| 输入视频帧在Host Memory中数据和信息 更多... | |
| NvsVideoFrameYUVColorMatrix | inputBuddyVideoFrameColorMatrix |
| NvsVideoFrameColorTransfer | inputBuddyVideoFrameColorTransfer |
| NvsVideoFrameColorPrimaries | inputBuddyVideoFrameColorPrimaries |
| struct NvsCustomVideoFxVideoFrame | outputVideoFrame |
| 输出视频帧 更多... | |
| int64_t | effectTime |
| 特效时间(单位微秒) 更多... | |
| int64_t | effectStartTime |
| 特效起始时间(单位微秒) 更多... | |
| int64_t | effectEndTime |
| 特效终止时间(单位微秒) 更多... | |
| int64_t | mediaStreamTime |
| 特效终止时间(单位微秒) 更多... | |
| int64_t NvsCustomVideoFxRenderContext::effectEndTime |
特效终止时间(单位微秒)
| int64_t NvsCustomVideoFxRenderContext::effectStartTime |
特效起始时间(单位微秒)
| int64_t NvsCustomVideoFxRenderContext::effectTime |
特效时间(单位微秒)
| bool NvsCustomVideoFxRenderContext::hasBuddyVideoFrame |
表示伴侣视频帧是否存在,伴侣视频帧只有在采集的时,而且设置了STREAMING_ENGINE_CAPTURE_FLAG_CAPTURE_BUDDY_HOST_VIDEO_FRAME才会存在
| NvsVideoFrameInfo NvsCustomVideoFxRenderContext::inputBuddyVideoFrame |
输入视频帧在Host Memory中数据和信息
| NvsVideoFrameYUVColorMatrix NvsCustomVideoFxRenderContext::inputBuddyVideoFrameColorMatrix |
| NvsVideoFrameColorPrimaries NvsCustomVideoFxRenderContext::inputBuddyVideoFrameColorPrimaries |
| NvsVideoFrameColorTransfer NvsCustomVideoFxRenderContext::inputBuddyVideoFrameColorTransfer |
| struct NvsCustomVideoFxVideoFrame NvsCustomVideoFxRenderContext::inputVideoFrame |
输入视频帧
| int64_t NvsCustomVideoFxRenderContext::mediaStreamTime |
特效终止时间(单位微秒)
| struct NvsCustomVideoFxVideoFrame NvsCustomVideoFxRenderContext::outputVideoFrame |
输出视频帧
1.8.18