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, instead of sending whole list of clips. This is to avoid overflow of MediaStatus message.

Implementation

final List<CastBreakClips>? breakClips;