---
title: CPNowPlayingModeSports
framework: carplay
role: symbol
role_heading: Class
path: carplay/cpnowplayingmodesports
---

# CPNowPlayingModeSports

The sports mode represents a layout for now playing suited to live-streaming or recorded playback of a sporting event that features exactly two teams.

## Declaration

```swift
@MainActor class CPNowPlayingModeSports
```

## Topics

### Initializers

- [init(leftTeam:rightTeam:eventStatus:backgroundArtwork:)](carplay/cpnowplayingmodesports/init(leftteam:rightteam:eventstatus:backgroundartwork:).md)

### Instance Properties

- [backgroundArtwork](carplay/cpnowplayingmodesports/backgroundartwork.md)
- [eventStatus](carplay/cpnowplayingmodesports/eventstatus.md)
- [leftTeam](carplay/cpnowplayingmodesports/leftteam.md)
- [rightTeam](carplay/cpnowplayingmodesports/rightteam.md)

## Relationships

### Inherits From

- [CPNowPlayingMode](carplay/cpnowplayingmode.md)

### Conforms To

- [CVarArg](swift/cvararg.md)
- [CustomDebugStringConvertible](swift/customdebugstringconvertible.md)
- [CustomStringConvertible](swift/customstringconvertible.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [NSCoding](foundation/nscoding.md)
- [NSObjectProtocol](objectivec/nsobjectprotocol.md)
- [NSSecureCoding](foundation/nssecurecoding.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
