@svta/common-media-library
Version:
A common library for media playback in JavaScript
9 lines • 380 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.getGroup = getGroup;
const getContentType_js_1 = require("./getContentType.js");
function getGroup(adaptationSet) {
var _a;
return (_a = adaptationSet.$.group) !== null && _a !== void 0 ? _a : (0, getContentType_js_1.getContentType)(adaptationSet);
}
//# sourceMappingURL=getGroup.js.map