---
name: "VideoContext.stop"
mode: "api"
versionRequirements:
  - { name: "Base Library", version: "2.21.8" }
title: "NativeVideoContext.stop - 停止视频"
---

## VideoContext.stop

> [VERSION] Base Library >= 2.21.8

### Description

Stop video

### Parameters

None


### Return Value

None


### Examples

#### Stop video

```ts
const videoCtx = ty.createNativeVideoContext('myVideo');
videoCtx.stop();
```
