react-native-google-cast
Version:
React Native wrapper for the Google Cast SDK for iOS and Android
13 lines (12 loc) • 483 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var MediaHlsVideoSegmentFormat = /*#__PURE__*/function (MediaHlsVideoSegmentFormat) {
MediaHlsVideoSegmentFormat["FMP4"] = "FMP4";
MediaHlsVideoSegmentFormat["MPEG2_TS"] = "MPEG2-TS";
return MediaHlsVideoSegmentFormat;
}(MediaHlsVideoSegmentFormat || {});
var _default = exports.default = MediaHlsVideoSegmentFormat;
//# sourceMappingURL=MediaHlsVideoSegmentFormat.js.map