> ## Documentation Index
> Fetch the complete documentation index at: https://docs.stmlink.com/llms.txt
> Use this file to discover all available pages before exploring further.

# IRTCRemoteVideoTrack

> Windows SRTC 音视频 SDK IRTCRemoteVideoTrack 接口参考

## 函数说明

远端视频对象。

## 继承关系

[IRTCTrack](./IRTCTrack.md) ->IRTCRemoteVideoTrack

## 函数方法

### 添加渲染对象

```cpp theme={null}
virtual StatusCode addPlayView(IRTCView* v) = 0;
```

**参数**

| v | 渲染对象类[查看](./IRTCView.md) |
| - | ------------------------ |

### 移除渲染对象

```cpp theme={null}
virtual StatusCode removePlayView(IRTCView* v) = 0;
```

**参数**

| v | 渲染对象类[查看](./IRTCView.md) |
| - | ------------------------ |

注：移除渲染对象，如果是CallBack类型，将对比对象地址，如果是HWND 类型将对比HWND

### 移除所有渲染对象

```cpp theme={null}
virtual StatusCode removePlayView() = 0;
```

###
