UNPKG

@phenixrts/sdk

Version:
6 lines (5 loc) 362 B
import { MseDecoderStatus, MseDecoderStatusType } from './MseDecoderStatus'; export default class MseDecoderStatusMapping { static convertMseDecoderStatusToMseDecoderStatusType(mseDecoderStatus: MseDecoderStatus): MseDecoderStatusType; static convertMseDecoderStatusTypeToMseDecoderStatus(mseDecoderStatusType: MseDecoderStatusType): MseDecoderStatus; }