ComputeManifestParams constructor
- {required String videoId,
- required bool subtitlesCached,
- ClosedCaptionManifest? closedCaptionsManifest}
Initialise this object.
Implementation
const ComputeManifestParams({
required this.videoId,
required this.subtitlesCached,
this.closedCaptionsManifest,
});