breakClips property

List<CastBreakClips>? breakClips
final

Partial list of break clips that includes current break clip that receiver is playing or ones that receiver will play shortly after. This is to avoid overflow of MediaStatus message.

Implementation

final List<CastBreakClips>? breakClips;