com.tencent.av.sdk
Class AVAudioCtrl.AudioFrame

java.lang.Object
  extended by com.tencent.av.sdk.AVAudioCtrl.AudioFrame
Enclosing class:
AVAudioCtrl

public static class AVAudioCtrl.AudioFrame
extends java.lang.Object

单帧音频数据。


Field Summary
 int bits
          音频数据位宽,目前固定为16
 int channelNum
          通道数
 byte[] data
          视频帧的数据缓冲区大小,单位:字节
 int dataLen
          视频帧的数据缓冲区大小,单位:字节。
 java.lang.String identifier
          音频帧所属的房间成员id
 int sampleRate
          采样率
 int srcTye
          音频源类型
 
Constructor Summary
AVAudioCtrl.AudioFrame()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

identifier

public java.lang.String identifier
音频帧所属的房间成员id


sampleRate

public int sampleRate
采样率


channelNum

public int channelNum
通道数


bits

public int bits
音频数据位宽,目前固定为16


srcTye

public int srcTye
音频源类型


dataLen

public int dataLen
视频帧的数据缓冲区大小,单位:字节。


data

public byte[] data
视频帧的数据缓冲区大小,单位:字节

Constructor Detail

AVAudioCtrl.AudioFrame

public AVAudioCtrl.AudioFrame()