UNPKG

@dailymotion/vast-client

Version:
8 lines (7 loc) 213 B
export function createClosedCaptionFile(closedCaptionAttributes = {}) { return { type: closedCaptionAttributes.type || null, language: closedCaptionAttributes.language || null, fileURL: null, }; }