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