```css
// Property: allowsExternalPlayback
// Description: Indicates whether the player allows switching to &quot;external playback&quot; mode.
// Component(s): Ti.Media.AudioPlayer
'.allows-external-playback': { allowsExternalPlayback: true }
'.allows-external-playback-false': { allowsExternalPlayback: false }
```