GoogleCastMediaInformationIOS constructor

GoogleCastMediaInformationIOS({
  1. required String contentId,
  2. required CastMediaStreamType streamType,
  3. required String contentType,
  4. String? atvEntity,
  5. List<CastBreakClips>? breakClips,
  6. List<CastBreak>? breaks,
  7. Uri? contentUrl,
  8. Map<String, dynamic>? customData,
  9. Duration? duration,
  10. String? entity,
  11. CastHlsSegmentFormat? hlsSegmentFormat,
  12. HlsVideoSegmentFormat? hlsVideoSegmentFormat,
  13. GoogleCastMediaMetadata? metadata,
  14. DateTime? startAbsoluteTime,
  15. TextTrackStyle? textTrackStyle,
  16. List<GoogleCastMediaTrack>? tracks,
  17. List<UserActionState>? userActionStates,
  18. VastAdsRequest? vmapAdsRequest,
})

Implementation

GoogleCastMediaInformationIOS({
  required super.contentId,
  required super.streamType,
  required super.contentType,
  super.atvEntity,
  super.breakClips,
  super.breaks,
  super.contentUrl,
  super.customData,
  super.duration,
  super.entity,
  super.hlsSegmentFormat,
  super.hlsVideoSegmentFormat,
  super.metadata,
  super.startAbsoluteTime,
  super.textTrackStyle,
  super.tracks,
  super.userActionStates,
  super.vmapAdsRequest,
});