[Yandex Cloud documentation](../../../index.md) > [Yandex Cloud Video](../../index.md) > Video Player > [SDK](../index.md) > iOS > CloudVideoPlayer > Structs > VideoType

# VideoType

```swift
public enum VideoType: String
```

Type of video content.

## Contents

- [Cases](#cases)

## Discussion

Determines the playback mode and available player features. The current value is available via `YaPlayer/videoType`.

## Inheritance

- `String`

## Cases

| Case | Description |
|------|-------------|
| `vod` | On-request video |
| `live` | Live broadcast |
| `event` | Event broadcast |
| `unknown` | Content type not defined |

---