@svta/common-media-library
Version:
A common library for media playback in JavaScript
11 lines • 373 B
TypeScript
import type { AdaptationSet } from '../../../../types/mapper/dash/AdaptationSet.js';
/**
* @internal
*
* Get the language from an adaptation set.
*
* @param adaptationSet - AdaptationSet to get the language from
* @returns language of the content
*/
export declare function getLanguage(adaptationSet: AdaptationSet): string;
//# sourceMappingURL=getLanguage.d.ts.map