@svta/common-media-library
Version:
A common library for media playback in JavaScript
14 lines • 377 B
TypeScript
/**
* @internal
*
* Get the codec for a type of content.
*
* @param type - Type of the content to get the codecs from
* @param codecs - String containing multiple codecs separated with commas
* @returns string containing codec
*
* @group CMAF
* @alpha
*/
export declare function getCodec(type: string, codecs?: string): string;
//# sourceMappingURL=getCodec.d.ts.map