```css
// Property: allowsAirPlay// Description: Whether or not the current movie can be played on a remote device.// Component(s): Ti.Media.VideoPlayer'.allows-air-play': { allowsAirPlay: true }
'.allows-air-play-false': { allowsAirPlay: false }
```