Class AuxData


  • public class AuxData
    extends java.lang.Object
    混流音频数据,位深(bitDeepth)必须为 16bit。

    Copyright © 2017 Zego. All rights reserved.

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int channelCount
      声道数,支持的声道数为 1 或 2
      byte[] dataBuf
      数据缓冲区, 存储用于混音的音频数据,实际长度不能超过SDK给的expectDataLength长度
      int sampleRate
      采样率,把持的采样率包括:16k、32k、44.1k、48k.
    • Constructor Summary

      Constructors 
      Constructor Description
      AuxData()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • dataBuf

        public byte[] dataBuf
        数据缓冲区, 存储用于混音的音频数据,实际长度不能超过SDK给的expectDataLength长度
      • sampleRate

        public int sampleRate
        采样率,把持的采样率包括:16k、32k、44.1k、48k.
      • channelCount

        public int channelCount
        声道数,支持的声道数为 1 或 2
    • Constructor Detail

      • AuxData

        public AuxData()