Show / Hide Table of Contents

Enum TRTCVideoPixelFormat

1.8 视频像素格式

TRTC SDK 提供针对视频的自定义采集和自定义渲染功能,在自定义采集功能中,您可以用下列枚举值描述您采集的视频像素格式。

在自定义渲染功能中,您可以指定您期望 SDK 回调的视频像素格式。

Namespace: trtc
Assembly: cs.temp.dll.dll
Syntax
public enum TRTCVideoPixelFormat

Fields

Name Description
TRTCVideoPixelFormat_BGRA32

OpenGL 2D 纹理

TRTCVideoPixelFormat_I420
TRTCVideoPixelFormat_RGBA32

BGRA32

TRTCVideoPixelFormat_Texture_2D

I420

TRTCVideoPixelFormat_Unknown
In This Article
Back to top Generated by DocFX