---
title: currentViewingMode
framework: realitykit
role: symbol
role_heading: Instance Property
path: realitykit/videoplaybackcontroller/currentviewingmode
---

# currentViewingMode

Is the currently playing video in mono or stereo? This is optional because the video may not currently be playing, or the mode is otherwise not available.

## Declaration

```swift
@MainActor @preconcurrency var currentViewingMode: VideoPlaybackController.ViewingMode? { get }
```
