| title | actualPlayerMode | ||||||
|---|---|---|---|---|---|---|---|
| sidebar_custom_props |
|
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"]]} />