public IkusNetGetDecoderAudioModeResponse(byte[] responseBytes)
 {
     AudioAlgorithm = (IkusNetDspAudioAlgorithm)ConvertHelper.DecodeUInt(responseBytes, 0);
 }
示例#2
0
 public static AudioAlgorithm MapToAudioAlgorithm(IkusNetDspAudioAlgorithm ikusNetDspAudioAlgorithm)
 {
     return((AudioAlgorithm)ikusNetDspAudioAlgorithm);
 }