Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.12 KB

File metadata and controls

20 lines (16 loc) · 1.12 KB
title actualPlayerMode
sidebar_custom_props
kind category since
property
Properties - Player
1.6.0

import { Tabs, TabItem, CodeBadge, SinceBadge, DynHeading, Link, Signature, PropertyDescription } from '@site/src/reference-commons'

The actual player mode which is currently active. Allows determining whether a backing track or the synthesizer is active in case automatic detection is enabled.

<Signature style="block" js={[["keyword","readonly"],["whitespace"," "],["identifier","actualPlayerMode"],["token",":"],["whitespace"," "],["identifier","PlayerMode","/docs/reference/types/playermode"],["token",";"]]} csharp={[["identifier","PlayerMode","/docs/reference/types/playermode"],["whitespace"," "],["identifier","ActualPlayerMode"],["whitespace"," "],["token","{"],["whitespace"," "],["keyword","get"],["token",";"],["whitespace"," "],["token","}"]]} kotlin={[["keyword","val"],["whitespace"," "],["identifier","actualPlayerMode"],["token",":"],["whitespace"," "],["identifier","PlayerMode","/docs/reference/types/playermode"]]} />