UNPKG

react-native-theoplayer

Version:

A THEOplayer video component for react-native.

23 lines (21 loc) 473 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.isDateRangeCue = isDateRangeCue; /** * Represents a cue of a HLS date range metadata text track. * * @category Media and Text Tracks * @public */ /** * Check whether a text track cue is of type DateRangeCue. * * @category Media and Text Tracks * @public */ function isDateRangeCue(cue) { return cue.customAttributes != undefined; } //# sourceMappingURL=DateRangeCue.js.map