GoogleCastMediaInformation constructor
GoogleCastMediaInformation({
- String? atvEntity,
- List<
CastBreakClips> ? breakClips, - required String contentId,
- required CastMediaStreamType streamType,
- required String contentType,
- GoogleCastMediaMetadata? metadata,
- Duration? duration,
- Map<
String, dynamic> ? customData, - List<
CastBreak> ? breaks, - Uri? contentUrl,
- String? entity,
- CastHlsSegmentFormat? hlsSegmentFormat,
- HlsVideoSegmentFormat? hlsVideoSegmentFormat,
- DateTime? startAbsoluteTime,
- TextTrackStyle? textTrackStyle,
- List<
GoogleCastMediaTrack> ? tracks, - List<
UserActionState> ? userActionStates, - VastAdsRequest? vmapAdsRequest,
Implementation
GoogleCastMediaInformation({
this.atvEntity,
this.breakClips,
required this.contentId,
required this.streamType,
required this.contentType,
this.metadata,
this.duration,
this.customData,
this.breaks,
this.contentUrl,
this.entity,
this.hlsSegmentFormat,
this.hlsVideoSegmentFormat,
this.startAbsoluteTime,
this.textTrackStyle,
this.tracks,
this.userActionStates,
this.vmapAdsRequest,
});