NIMSDK-AOS  9.16.0
Public 成员函数 | 所有成员列表
com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame类 参考

Public 成员函数

 AVChatAudioFrame (AudioFrame frame)
 
ByteBuffer getData ()
 
int getSamplesPerChannel ()
 
void setSamplesPerChannel (int samplesPerChannel)
 
int getSampleRate ()
 
void setSamplesPerSec (int samplesPerSec)
 
int getChannels ()
 
void setChannels (int channels)
 
int getBytesPerSample ()
 

详细描述

在文件 AVChatAudioFrame.java14 行定义.

构造及析构函数说明

◆ AVChatAudioFrame()

com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame.AVChatAudioFrame ( AudioFrame  frame)

在文件 AVChatAudioFrame.java19 行定义.

成员函数说明

◆ getBytesPerSample()

int com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame.getBytesPerSample ( )

在文件 AVChatAudioFrame.java70 行定义.

◆ getChannels()

int com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame.getChannels ( )

在文件 AVChatAudioFrame.java57 行定义.

◆ getData()

ByteBuffer com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame.getData ( )

在文件 AVChatAudioFrame.java24 行定义.

◆ getSampleRate()

int com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame.getSampleRate ( )

在文件 AVChatAudioFrame.java44 行定义.

◆ getSamplesPerChannel()

int com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame.getSamplesPerChannel ( )

在文件 AVChatAudioFrame.java31 行定义.

◆ setChannels()

void com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame.setChannels ( int  channels)

在文件 AVChatAudioFrame.java64 行定义.

◆ setSamplesPerChannel()

void com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame.setSamplesPerChannel ( int  samplesPerChannel)

在文件 AVChatAudioFrame.java38 行定义.

◆ setSamplesPerSec()

void com.netease.nimlib.sdk.avchat.model.AVChatAudioFrame.setSamplesPerSec ( int  samplesPerSec)

在文件 AVChatAudioFrame.java51 行定义.


该类的文档由以下文件生成: