UNPKG

@svta/common-media-library

Version:
14 lines 377 B
/** * @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