Skip to content

rkvc_endpoint

struct rkvc_endpoint

流端点描述(会话输入或输出)。

Variables

Name Description
kind 端点类型
uri 文件路径或流地址
fmt 期望格式
width 宽度(0 = 自动)
height 高度(0 = 自动)

Variable Details

fmt

rkvc_frame_fmt fmt

期望格式

height

uint32_t height

高度(0 = 自动)

kind

rkvc_endpoint_kind kind

端点类型

uri

const char *uri

文件路径或流地址

width

uint32_t width

宽度(0 = 自动)