Skip navigation links
API Doc
A B C D E F G H I L M O P R S T U V W X Y 

A

addDisplayView(Context, LVDisplayView) - Method in class com.linkv.rtc.LVRTCEngine
adjustAudioMixingVolume(int) - Method in class com.linkv.rtc.LVRTCEngine
调节音乐文件的播放音量。请在开启混音后调用该方法。 开启混音详见LVRTCEngine.startAudioMixing(String, boolean, int)
audioBitratebps - Variable in class com.linkv.rtc.entity.LVVideoStatistic
音频码率
audioLostPackets - Variable in class com.linkv.rtc.entity.LVVideoStatistic
音频丢包总数
audioLostPercent - Variable in class com.linkv.rtc.entity.LVVideoStatistic
累计音频丢包百分比
audioMixerCurrentPlayingTime(int) - Method in class com.linkv.rtc.LVRTCEngine
 
audioMixerPlayerDidFinished() - Method in class com.linkv.rtc.LVRTCEngine
 
audioRtt - Variable in class com.linkv.rtc.entity.LVVideoStatistic
音频包 RTT,单位 ms
auth(String, String, String, LVResultCallback1<Integer>) - Method in class com.linkv.rtc.LVRTCEngine
SDK 鉴权
availableSendBandwidth - Variable in class com.linkv.rtc.entity.LVVideoStatistic
当前可用的发送带宽

B

buildVersion() - Static method in class com.linkv.rtc.LVRTCEngine
获取 SDK 编译版本号

C

clone() - Method in class com.linkv.rtc.entity.LVAVConfig
 
com.linkv.rtc - package com.linkv.rtc
 
com.linkv.rtc.beauty - package com.linkv.rtc.beauty
 
com.linkv.rtc.callback - package com.linkv.rtc.callback
 
com.linkv.rtc.entity - package com.linkv.rtc.entity
 
com.linkv.rtc.render - package com.linkv.rtc.render
 

D

DISABLED - Static variable in class com.linkv.rtc.entity.LVAVConfig
仅支持默认的码率自适应功能

E

enableExternalAudioInput(boolean) - Method in class com.linkv.rtc.LVRTCEngine
是否开启外部音频数据输入,请在LVRTCEngine.loginRoom(String, String, boolean, boolean, LVResultCallback2)之前设置
enableMic(boolean) - Method in class com.linkv.rtc.LVRTCEngine
设置推流静音
enableSoftwareAec(boolean) - Method in class com.linkv.rtc.LVRTCEngine
Deprecated.
enableSoftwareNS(boolean) - Method in class com.linkv.rtc.LVRTCEngine
Deprecated.
enableSpeakerphone(boolean) - Method in class com.linkv.rtc.LVRTCEngine
开启扬声器
enableVideoAutoRotation(boolean) - Method in class com.linkv.rtc.LVRTCEngine
设置是否允许 SDK 自动根据设备的方向调整视频的输出方向,默认是true
equals(Object) - Method in class com.linkv.rtc.entity.LVAVConfig
 
ERROR_AUTH_FAILED - Static variable in class com.linkv.rtc.LVErrorCode
鉴权失败
ERROR_DISCONNECT_BY_MEDIA - Static variable in class com.linkv.rtc.LVErrorCode
由媒体服务导致的断开
ERROR_DISCONNECT_BY_SIGNAL - Static variable in class com.linkv.rtc.LVErrorCode
由信令服务导致的断开
ERROR_INIT_FAILED - Static variable in class com.linkv.rtc.LVErrorCode
初始化失败
ERROR_INVALID - Static variable in class com.linkv.rtc.LVErrorCode
无效
ERROR_INVALID_TOKEN - Static variable in class com.linkv.rtc.LVErrorCode
token无效
ERROR_LOGIN_FAILED - Static variable in class com.linkv.rtc.LVErrorCode
登录失败
ERROR_NO_EDGE - Static variable in class com.linkv.rtc.LVErrorCode
edge列表为空
ERROR_NO_RESPONSE - Static variable in class com.linkv.rtc.LVErrorCode
没有响应
ERROR_NOT_AUTH - Static variable in class com.linkv.rtc.LVErrorCode
未鉴权
ERROR_NOT_INIT - Static variable in class com.linkv.rtc.LVErrorCode
未初始化
ERROR_PARAMS - Static variable in class com.linkv.rtc.LVErrorCode
参数错误
ERROR_REQUEST_ERROR - Static variable in class com.linkv.rtc.LVErrorCode
请求错误
ERROR_RESPONSE_ERROR - Static variable in class com.linkv.rtc.LVErrorCode
响应错误
ERROR_ROOM_ENTER_FAILED - Static variable in class com.linkv.rtc.LVErrorCode
加入房间失败
ERROR_UNKNOWN - Static variable in class com.linkv.rtc.LVErrorCode
未知错误
ERROR_UNSUPPORT_FORMAT - Static variable in class com.linkv.rtc.LVErrorCode
格式不支持

F

frameHeight - Variable in class com.linkv.rtc.entity.LVVideoStatistic
视频高
frameWidth - Variable in class com.linkv.rtc.entity.LVVideoStatistic
视频宽
from(int) - Static method in enum com.linkv.rtc.LVConstants.AudioRecordType
 

G

getAudioMixingCurrentPosition() - Method in class com.linkv.rtc.LVRTCEngine
获取音乐文件的播放进度。单位为毫秒。请在开启混音后调用该方法。 开启混音详见LVRTCEngine.startAudioMixing(String, boolean, int)
getAudioMixingTotalLength() - Method in class com.linkv.rtc.LVRTCEngine
获取当前伴奏文件总时长,单位毫秒。请在开启混音后调用该方法。 开启混音详见LVRTCEngine.startAudioMixing(String, boolean, int)
getAudioMixingVolume() - Method in class com.linkv.rtc.LVRTCEngine
获取当前伴奏音量,请在开启混音后调用该方法。 开启混音详见LVRTCEngine.startAudioMixing(String, boolean, int)
getAVConfig() - Method in class com.linkv.rtc.LVRTCEngine
获取Video采集/编码/推流相关参数设置
getChannels() - Method in class com.linkv.rtc.entity.LVExternalAudioConfig
 
getCode() - Method in enum com.linkv.rtc.LVConstants.AudioRecordType
 
getDisplaySurfaceView() - Method in class com.linkv.rtc.render.LVDisplayView
 
getExternalAudioConfig() - Method in class com.linkv.rtc.LVRTCEngine
获取外部输入音频数据的参数配置
getInstance(Context) - Static method in class com.linkv.rtc.LVRTCEngine
获取 SDK 引擎单例
getLayoutContainer() - Method in class com.linkv.rtc.render.LVDisplayView
 
getLVBeautyManager() - Method in class com.linkv.rtc.LVRTCEngine
获取美颜参数管理
getSampleRate() - Method in class com.linkv.rtc.entity.LVExternalAudioConfig
 
getSoundLevelByUserId(String) - Method in class com.linkv.rtc.LVRTCEngine
获取用户音量大小
getUid() - Method in class com.linkv.rtc.render.LVDisplayView
 
getVideoCaptureHeight() - Method in class com.linkv.rtc.entity.LVAVConfig
获取视频采集高度
getVideoCaptureWidth() - Method in class com.linkv.rtc.entity.LVAVConfig
获取视频采集宽度
getVideoDegradationPreference() - Method in class com.linkv.rtc.entity.LVAVConfig
获取分辨率自适应策略
getVideoEncodeHeight() - Method in class com.linkv.rtc.entity.LVAVConfig
获取视频编码高度
getVideoEncodeWidth() - Method in class com.linkv.rtc.entity.LVAVConfig
获取视频编码宽度
getVideoFrameRate() - Method in class com.linkv.rtc.entity.LVAVConfig
获取视频帧率
getVideoMinBitrate() - Method in class com.linkv.rtc.entity.LVAVConfig
获取视频最小码率
getVideoTargetBitrate() - Method in class com.linkv.rtc.entity.LVAVConfig
获取视频发送码率

H

hashCode() - Method in class com.linkv.rtc.entity.LVAVConfig
 
height - Variable in class com.linkv.rtc.entity.LVMixStreamConfig
画布高
height - Variable in class com.linkv.rtc.entity.LVMixStreamInput
当前用户画布高

I

initSDK() - Method in class com.linkv.rtc.LVRTCEngine
SDK 初始化
inputStreamList - Variable in class com.linkv.rtc.entity.LVMixStreamConfig
混流用户列表
isFlipHorizontal - Variable in class com.linkv.rtc.render.LVDisplayView
 
isFlippedHorizontally() - Method in class com.linkv.rtc.render.LVDisplayView
 
isFlippedHorizontally(boolean) - Method in class com.linkv.rtc.render.LVDisplayView
是否是水平镜像渲染
isLocalPreviewView - Variable in class com.linkv.rtc.render.LVDisplayView
 
isLocalPreviewView() - Method in class com.linkv.rtc.render.LVDisplayView
 
isLocalPreviewView(boolean) - Method in class com.linkv.rtc.render.LVDisplayView
是否是本地预览显示窗口
isRightFrameType(int) - Static method in class com.linkv.rtc.LVConstants.VideoFrameType
 
isRightLevel(int) - Static method in class com.linkv.rtc.LVConstants.LogLevel
 
isSpeakerphoneOn() - Method in class com.linkv.rtc.LVRTCEngine
判断扬声器是否开启
isTextureInput() - Method in class com.linkv.rtc.LVRTCEngine
 
isZOrderMediaOverlay - Variable in class com.linkv.rtc.render.LVDisplayView
 
isZOrderMediaOverlay(boolean) - Method in class com.linkv.rtc.render.LVDisplayView
 
isZOrderMediaOverlay() - Method in class com.linkv.rtc.render.LVDisplayView
 

L

layoutContainer - Variable in class com.linkv.rtc.render.LVDisplayView
 
linkRoom(String) - Method in class com.linkv.rtc.LVRTCEngine
跨房间连麦
linkRoom(String, String) - Method in class com.linkv.rtc.LVRTCEngine
跨房间连麦
loginRoom(String, String, boolean, boolean, LVResultCallback2<Integer, ArrayList<LVUser>>) - Method in class com.linkv.rtc.LVRTCEngine
加入房间
LogLevel() - Constructor for class com.linkv.rtc.LVConstants.LogLevel
 
logoutRoom(LVResultCallback1<Integer>) - Method in class com.linkv.rtc.LVRTCEngine
登出房间
LS_ERROR - Static variable in class com.linkv.rtc.LVConstants.LogLevel
 
LS_INFO - Static variable in class com.linkv.rtc.LVConstants.LogLevel
 
LS_NONE - Static variable in class com.linkv.rtc.LVConstants.LogLevel
 
LS_VERBOSE - Static variable in class com.linkv.rtc.LVConstants.LogLevel
 
LS_WARNING - Static variable in class com.linkv.rtc.LVConstants.LogLevel
 
LVAudioVolume - Class in com.linkv.rtc.entity
 
LVAudioVolume(String, int) - Constructor for class com.linkv.rtc.entity.LVAudioVolume
 
LVAVConfig - Class in com.linkv.rtc.entity
 
LVAVConfig() - Constructor for class com.linkv.rtc.entity.LVAVConfig
 
LVAVConfig(int) - Constructor for class com.linkv.rtc.entity.LVAVConfig
 
LVAVConfig.DegradationPreference - Annotation Type in com.linkv.rtc.entity
LVAVConfig.Profile - Annotation Type in com.linkv.rtc.entity
LVBeautyManager - Class in com.linkv.rtc.beauty
 
LVBeautyManager(BeautyFilterManager) - Constructor for class com.linkv.rtc.beauty.LVBeautyManager
 
LVConstants - Class in com.linkv.rtc
 
LVConstants() - Constructor for class com.linkv.rtc.LVConstants
 
LVConstants.Audio3AMode - Enum in com.linkv.rtc
 
LVConstants.AudioRecordType - Enum in com.linkv.rtc
音频录制类型
LVConstants.LogLevel - Class in com.linkv.rtc
Log级别
LVConstants.LVAudioMixingMode - Enum in com.linkv.rtc
 
LVConstants.LVRTCCameraPosition - Enum in com.linkv.rtc
摄像头开启配置参数
LVConstants.LVVideoRotation - Enum in com.linkv.rtc
视频旋转角度
LVConstants.VideoFrameType - Class in com.linkv.rtc
外部输入byte数据视频数据格式
LVDisplaySurfaceView - Variable in class com.linkv.rtc.render.LVDisplayView
 
LVDisplayView - Class in com.linkv.rtc.render
 
LVDisplayView() - Constructor for class com.linkv.rtc.render.LVDisplayView
 
LVErrorCode - Class in com.linkv.rtc
Created by zhangsong on 2020-02-27
LVErrorCode() - Constructor for class com.linkv.rtc.LVErrorCode
 
LVExternalAudioConfig - Class in com.linkv.rtc.entity
外部输入音频数据配置
LVExternalAudioConfig() - Constructor for class com.linkv.rtc.entity.LVExternalAudioConfig
 
LVExternalAudioConfig(int, int) - Constructor for class com.linkv.rtc.entity.LVExternalAudioConfig
构造外部输入音频数据config
LVMixStreamConfig - Class in com.linkv.rtc.entity
Created by zhangsong on 2020-03-01
LVMixStreamConfig() - Constructor for class com.linkv.rtc.entity.LVMixStreamConfig
 
LVMixStreamInput - Class in com.linkv.rtc.entity
Created by zhangsong on 2020-03-02
LVMixStreamInput() - Constructor for class com.linkv.rtc.entity.LVMixStreamInput
 
LVRenderCallback - Interface in com.linkv.rtc.callback
渲染回调,通过此回调可以对返回的texture进行二次操作,并将绘制的内容交还给engine继续绘制 notice:LVRenderCallback的所有回调函数都是运行在engine的渲染线程, 不要在回调函数中做耗时操作或者阻塞线程,否则会影响视频渲染
LVResultCallback0 - Interface in com.linkv.rtc.callback
Created by zhangsong on 2020-02-28
LVResultCallback1<T> - Interface in com.linkv.rtc.callback
Created by zhangsong on 2020-02-28
LVResultCallback2<T1,T2> - Interface in com.linkv.rtc.callback
Created by zhangsong on 2020-02-28
LVRTCCallback - Interface in com.linkv.rtc.callback
 
LVRTCEngine - Class in com.linkv.rtc
 
LVSDKBridge - Class in com.linkv.rtc.entity
 
LVSDKBridge() - Constructor for class com.linkv.rtc.entity.LVSDKBridge
 
LVSnapshotCallback - Interface in com.linkv.rtc.callback
 
LVUser - Class in com.linkv.rtc.entity
Created by cm on 19-8-30
LVUser(String, String, List) - Constructor for class com.linkv.rtc.entity.LVUser
 
LVVideoStatistic - Class in com.linkv.rtc.entity
 
LVVideoStatistic(int, int, long, int, int, int, int, int, int, int, int, int, int, int, int, int) - Constructor for class com.linkv.rtc.entity.LVVideoStatistic
 

M

MAINTAIN_FRAMERATE - Static variable in class com.linkv.rtc.entity.LVAVConfig
网络带宽不足时,会通过降低编码分辨率来保持编码帧率
MAINTAIN_RESOLUTION - Static variable in class com.linkv.rtc.entity.LVAVConfig
网络带宽不足时,会通过降低编码帧率来保持视频编码分辨率
mixStream(LVMixStreamConfig) - Method in class com.linkv.rtc.LVRTCEngine
开始服务端混流
muteLocalVideo(boolean) - Method in class com.linkv.rtc.LVRTCEngine
暂停/恢复推送本地的视频数据

O

onAddRemoter(LVUser) - Method in interface com.linkv.rtc.callback.LVRTCCallback
有成员加入房间
onAudioMixerPlayerFinish() - Method in interface com.linkv.rtc.callback.LVRTCCallback
混音结束回掉
onAudioMixerPlayerProgress(int) - Method in interface com.linkv.rtc.callback.LVRTCCallback
当前混音播发进度
onAudioMixStream(ByteBuffer, int, int, int, int, LVConstants.AudioRecordType) - Method in interface com.linkv.rtc.callback.LVRTCCallback
音频数据回调,可通过LVRTCEngine.setAudioRecordFlag(com.linkv.rtc.LVConstants.AudioRecordType...)开启音频录制功能
onAudioVolumeUpdate(ArrayList<LVAudioVolume>) - Method in interface com.linkv.rtc.callback.LVRTCCallback
音量回调
onCameraSnapshotComplete(int, Bitmap) - Method in interface com.linkv.rtc.callback.LVSnapshotCallback
返回截取相机画面图片
onDeleteRemoter(String) - Method in interface com.linkv.rtc.callback.LVRTCCallback
有成员离开
onDraw(int, int) - Method in interface com.linkv.rtc.callback.LVRenderCallback
Render渲染函数回调
onDrawFrame(ByteBuffer, int, int, int, String, String) - Method in interface com.linkv.rtc.callback.LVRTCCallback
远端解码后的每帧i420数据回调
onDrawSizeUpdate(int, int) - Method in interface com.linkv.rtc.callback.LVRenderCallback
Render渲染尺寸回调
onError(int) - Method in interface com.linkv.rtc.callback.LVRTCCallback
未归类错误回调
onExitRoomComplete() - Method in interface com.linkv.rtc.callback.LVRTCCallback
房间退出成功回调
onInit() - Method in interface com.linkv.rtc.callback.LVRenderCallback
Render初始化回调
onKickOff(int, String) - Method in interface com.linkv.rtc.callback.LVRTCCallback
用户被踢出房间
onMediaSideInfoInPublishVideoFrame() - Method in interface com.linkv.rtc.callback.LVRTCCallback
给当前推流视频添加额外数据,通过返回值return设置.
onMixComplete(boolean) - Method in interface com.linkv.rtc.callback.LVRTCCallback
服务端混流结果回调
onPlayQualityUpdate(LVVideoStatistic, String) - Method in interface com.linkv.rtc.callback.LVRTCCallback
拉流质量回调
onPlayStateUpdate(int, String) - Method in interface com.linkv.rtc.callback.LVRTCCallback
拉流状态回调
onPublishQualityUpdate(LVVideoStatistic) - Method in interface com.linkv.rtc.callback.LVRTCCallback
推流质量回调
onPublishStateUpdate(int) - Method in interface com.linkv.rtc.callback.LVRTCCallback
推流状态变化回调
onReceivedFirstAudioFrame(String, String) - Method in interface com.linkv.rtc.callback.LVRTCCallback
收到音频首帧回调通知事件
onReceivedFirstVideoFrame(String, String) - Method in interface com.linkv.rtc.callback.LVRTCCallback
收到视频首帧回调通知事件
onRelease() - Method in interface com.linkv.rtc.callback.LVRenderCallback
Render释放回调
onResult() - Method in interface com.linkv.rtc.callback.LVResultCallback0
 
onResult(T) - Method in interface com.linkv.rtc.callback.LVResultCallback1
 
onResult(T1, T2) - Method in interface com.linkv.rtc.callback.LVResultCallback2
 
onRoomDisconnected(int) - Method in interface com.linkv.rtc.callback.LVRTCCallback
房间已断开
onRoomReconnected() - Method in interface com.linkv.rtc.callback.LVRTCCallback
房间重连成功
outputBackgroundColor - Variable in class com.linkv.rtc.entity.LVMixStreamConfig
混流背景色
outputBackgroundImage - Variable in class com.linkv.rtc.entity.LVMixStreamConfig
混流背景图
outputBitrate - Variable in class com.linkv.rtc.entity.LVMixStreamConfig
输出码率
outputFps - Variable in class com.linkv.rtc.entity.LVMixStreamConfig
输出帧率

P

pauseAudioMixing() - Method in class com.linkv.rtc.LVRTCEngine
暂停播放音乐文件及混音。请在开启混音后调用该方法。 开启混音详见LVRTCEngine.startAudioMixing(String, boolean, int)
PROFILE_180P - Static variable in class com.linkv.rtc.entity.LVAVConfig
分辨率:180x320 码率:[100, 300]
PROFILE_270P - Static variable in class com.linkv.rtc.entity.LVAVConfig
分辨率:270x480 码率:[200, 500]
PROFILE_360P - Static variable in class com.linkv.rtc.entity.LVAVConfig
分辨率:360x640 码率:[300, 800]
PROFILE_480P - Static variable in class com.linkv.rtc.entity.LVAVConfig
分辨率:480x640 码率:[350, 1000]
PROFILE_540P - Static variable in class com.linkv.rtc.entity.LVAVConfig
分辨率:540x960 码率:[400, 1200]
PROFILE_720P - Static variable in class com.linkv.rtc.entity.LVAVConfig
分辨率:720x1280 码率:[600, 1800]
pullUrls - Variable in class com.linkv.rtc.entity.LVUser
该用户的拉流地址
pushUrls - Variable in class com.linkv.rtc.entity.LVMixStreamConfig
推流列表

R

removeDisplayView(LVDisplayView) - Method in class com.linkv.rtc.LVRTCEngine
removeDisplayView(String) - Method in class com.linkv.rtc.LVRTCEngine
根据uid移除预览视图,和LVRTCEngine.removeDisplayView(com.linkv.rtc.render.LVDisplayView)配对使用
resumeAudioMixing() - Method in class com.linkv.rtc.LVRTCEngine
恢复播放音乐文件及混音。请在开启混音后调用该方法。 开启混音详见LVRTCEngine.startAudioMixing(String, boolean, int)
roomId - Variable in class com.linkv.rtc.entity.LVUser
用户所在房间 ID
rotation() - Method in enum com.linkv.rtc.LVConstants.LVVideoRotation
 

S

sendAudioFrame(byte[]) - Method in class com.linkv.rtc.LVRTCEngine
外部输入音频数据
sendVideoFrame(ByteBuffer, int, int, int, int, long, String) - Method in class com.linkv.rtc.LVRTCEngine
外部输入byte格式视频数据,目前只支持I420格式
sendVideoFrame(int, int, int, float[], long, String) - Method in class com.linkv.rtc.LVRTCEngine
外部输入texture格式视频数据
setAecMode(LVConstants.Audio3AMode) - Method in class com.linkv.rtc.LVRTCEngine
设置AEC开关,请在LVRTCEngine.startPublishing()前调用
setAudioMixingMode(LVConstants.LVAudioMixingMode) - Method in class com.linkv.rtc.LVRTCEngine
在伴奏过程中动态修改伴奏模式
setAudioMixingPosition(int) - Method in class com.linkv.rtc.LVRTCEngine
设置音乐文件的播放位置。请在开启混音后调用该方法。 开启混音详见LVRTCEngine.startAudioMixing(String, boolean, int)
setAudioModel(int) - Method in class com.linkv.rtc.LVRTCEngine
设置声音模式
setAudioRecordFlag(LVConstants.AudioRecordType...) - Method in class com.linkv.rtc.LVRTCEngine
设置音频录制模式,可同时设置多种录制模式,录制结果会通过LVRTCCallback.onAudioMixStream(java.nio.ByteBuffer, int, int, int, int, com.linkv.rtc.LVConstants.AudioRecordType) 回调
setAVConfig(LVAVConfig) - Method in class com.linkv.rtc.LVRTCEngine
设置Video采集/编码/推流相关参数
setBeautyLevel(float) - Method in class com.linkv.rtc.beauty.LVBeautyManager
设置滤镜美颜级别
setBrightLevel(float) - Method in class com.linkv.rtc.beauty.LVBeautyManager
设置滤镜明亮度
setChannels(int) - Method in class com.linkv.rtc.entity.LVExternalAudioConfig
 
setContext(Context) - Static method in class com.linkv.rtc.entity.LVSDKBridge
 
setDebugServerIp(String) - Static method in class com.linkv.rtc.LVRTCEngine
设置测试url
setDisplaySurfaceView(LVDisplaySurfaceView) - Method in class com.linkv.rtc.render.LVDisplayView
 
setExternalAudioConfig(LVExternalAudioConfig) - Method in class com.linkv.rtc.LVRTCEngine
设置外部输入音频数据的参数配置,请在LVRTCEngine.loginRoom(String, String, boolean, boolean, LVResultCallback2)之前设置
setISOCountryCode(String) - Method in class com.linkv.rtc.LVRTCEngine
设置国家码
setLayoutContainer(ViewGroup) - Method in class com.linkv.rtc.render.LVDisplayView
设置本地预览窗包含容器
setLiveRoomCallback(LVRTCCallback) - Method in class com.linkv.rtc.LVRTCEngine
设置引擎回调
setLocalVideoRotation(LVConstants.LVVideoRotation) - Method in class com.linkv.rtc.LVRTCEngine
设置手动管理本地视图方向 逆时针旋转
setLogLevel(int) - Static method in class com.linkv.rtc.LVRTCEngine
设置log级别
setNsMode(LVConstants.Audio3AMode) - Method in class com.linkv.rtc.LVRTCEngine
设置NS开关,请在LVRTCEngine.startPublishing()前调用
setOutputVideoRotation(LVConstants.LVVideoRotation) - Method in class com.linkv.rtc.LVRTCEngine
设置手动管理视频输出方向 逆时针旋转
setPlayQualityMonitorCycle(int) - Method in class com.linkv.rtc.LVRTCEngine
设置拉流时数据统计信息回调的频率,可通过LVRTCCallback.onPlayQualityUpdate(LVVideoStatistic, String)查看统计信息
setPlayVolume(String, int) - Method in class com.linkv.rtc.LVRTCEngine
控制远端音频流音量, 加入房间成功后调用
setPlayVolume(int) - Method in class com.linkv.rtc.LVRTCEngine
控制所有远端音频流音量, 加入房间成功后调用
setPublishQualityMonitorCycle(int) - Method in class com.linkv.rtc.LVRTCEngine
设置推流时数据统计信息回调的频率,可通过LVRTCCallback.onPublishQualityUpdate(LVVideoStatistic)查看统计信息
setSampleRate(int) - Method in class com.linkv.rtc.entity.LVExternalAudioConfig
 
setToneLevel(float) - Method in class com.linkv.rtc.beauty.LVBeautyManager
设置滤镜饱和度
setUid(String) - Method in class com.linkv.rtc.render.LVDisplayView
 
setUseInternationalEnv(boolean) - Static method in class com.linkv.rtc.LVRTCEngine
Deprecated.
setUseTestEnv(boolean) - Static method in class com.linkv.rtc.LVRTCEngine
设置使用线上或测试服务器环境
setVideoCaptureHeight(int) - Method in class com.linkv.rtc.entity.LVAVConfig
设置视频采集高度
setVideoCaptureWidth(int) - Method in class com.linkv.rtc.entity.LVAVConfig
设置视频采集宽度
setVideoDecoderMode(int) - Method in class com.linkv.rtc.LVRTCEngine
是否启用软件解码器
setVideoDegradationPreference(int) - Method in class com.linkv.rtc.entity.LVAVConfig
设置分辨率自适应策略
setVideoEncodeHeight(int) - Method in class com.linkv.rtc.entity.LVAVConfig
设置视频编码高度
setVideoEncoderMode(int) - Method in class com.linkv.rtc.LVRTCEngine
是否启用软件编码器
setVideoEncodeWidth(int) - Method in class com.linkv.rtc.entity.LVAVConfig
设置视频编码宽度
setVideoFrameRate(int) - Method in class com.linkv.rtc.entity.LVAVConfig
设置视频帧率
setVideoMinBitrate(int) - Method in class com.linkv.rtc.entity.LVAVConfig
设置视频编码最小码率
setVideoTargetBitrate(int) - Method in class com.linkv.rtc.entity.LVAVConfig
设置视频编码目标码率
startAudioMixing(String, boolean, int) - Method in class com.linkv.rtc.LVRTCEngine
Deprecated.
startAudioMixing(Uri, boolean, int) - Method in class com.linkv.rtc.LVRTCEngine
Deprecated.
startAudioMixing(String, LVConstants.LVAudioMixingMode, int) - Method in class com.linkv.rtc.LVRTCEngine
开始播放音乐文件及混音。
startAudioMixing(Uri, LVConstants.LVAudioMixingMode, int) - Method in class com.linkv.rtc.LVRTCEngine
开始播放音乐文件及混音。
startCapture() - Method in class com.linkv.rtc.LVRTCEngine
开始采集视频,调用前请先调用LVRTCEngine.addDisplayView(Context, com.linkv.rtc.render.LVDisplayView) 添加本地预览视图
startPlayingStream(String) - Method in class com.linkv.rtc.LVRTCEngine
开始播放一路音视频流
startPublishing() - Method in class com.linkv.rtc.LVRTCEngine
开始推流
startSoundLevelMonitor(int) - Method in class com.linkv.rtc.LVRTCEngine
开启音量监听回调,开启后会收到LVRTCCallback.onAudioVolumeUpdate(ArrayList)
stopAudioMixing() - Method in class com.linkv.rtc.LVRTCEngine
停止播放音乐文件及混音。请在开启混音后调用该方法。 开启混音详见LVRTCEngine.startAudioMixing(String, boolean, int)
stopCapture() - Method in class com.linkv.rtc.LVRTCEngine
停止采集视频
stopMixStream() - Method in class com.linkv.rtc.LVRTCEngine
停止混流
stopPlayingStream(String) - Method in class com.linkv.rtc.LVRTCEngine
停止播放一路音视频流
stopPublishing() - Method in class com.linkv.rtc.LVRTCEngine
停止推流
stopSoundLevelMonitor() - Method in class com.linkv.rtc.LVRTCEngine
停止音量监听回调
SUCCESS - Static variable in class com.linkv.rtc.LVErrorCode
成功
switchCamera(LVConstants.LVRTCCameraPosition) - Method in class com.linkv.rtc.LVRTCEngine
切换摄像头

T

toString() - Method in class com.linkv.rtc.entity.LVAVConfig
 
toString() - Method in class com.linkv.rtc.entity.LVExternalAudioConfig
 
toString() - Method in class com.linkv.rtc.entity.LVMixStreamConfig
 
toString() - Method in class com.linkv.rtc.entity.LVMixStreamInput
 
toString() - Method in class com.linkv.rtc.entity.LVVideoStatistic
 

U

uid - Variable in class com.linkv.rtc.render.LVDisplayView
 
unInitSDK() - Method in class com.linkv.rtc.LVRTCEngine
SDK 资源释放
unlinkRoom(String) - Method in class com.linkv.rtc.LVRTCEngine
取消跨房间连麦功能
unlinkRoom(String, String) - Method in class com.linkv.rtc.LVRTCEngine
取消跨房间连麦功能
uploadLog(String, String, String) - Static method in class com.linkv.rtc.entity.LVSDKBridge
 
userId - Variable in class com.linkv.rtc.entity.LVAudioVolume
用户Id
userId - Variable in class com.linkv.rtc.entity.LVMixStreamInput
用户Id
userId - Variable in class com.linkv.rtc.entity.LVUser
用户Id

V

value() - Method in enum com.linkv.rtc.LVConstants.LVAudioMixingMode
 
value() - Method in enum com.linkv.rtc.LVConstants.LVRTCCameraPosition
 
valueOf(String) - Static method in enum com.linkv.rtc.LVConstants.Audio3AMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkv.rtc.LVConstants.AudioRecordType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkv.rtc.LVConstants.LVAudioMixingMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkv.rtc.LVConstants.LVRTCCameraPosition
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.linkv.rtc.LVConstants.LVVideoRotation
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.linkv.rtc.LVConstants.Audio3AMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkv.rtc.LVConstants.AudioRecordType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkv.rtc.LVConstants.LVAudioMixingMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkv.rtc.LVConstants.LVRTCCameraPosition
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.linkv.rtc.LVConstants.LVVideoRotation
Returns an array containing the constants of this enum type, in the order they are declared.
versionName() - Static method in class com.linkv.rtc.LVRTCEngine
获取 SDK 主版本名称
versionNumber() - Static method in class com.linkv.rtc.LVRTCEngine
获取 SDK 主版本号
VF_I420 - Static variable in class com.linkv.rtc.LVConstants.VideoFrameType
 
VF_NV12 - Static variable in class com.linkv.rtc.LVConstants.VideoFrameType
 
VF_NV21 - Static variable in class com.linkv.rtc.LVConstants.VideoFrameType
 
VF_RGBA - Static variable in class com.linkv.rtc.LVConstants.VideoFrameType
 
videoAvgEncodeCostMs - Variable in class com.linkv.rtc.entity.LVVideoStatistic
平均编码耗时
videoBitratebps - Variable in class com.linkv.rtc.entity.LVVideoStatistic
视频码率
videoEncodeFrames - Variable in class com.linkv.rtc.entity.LVVideoStatistic
视频编码帧数量
videoFps - Variable in class com.linkv.rtc.entity.LVVideoStatistic
视频帧率
VideoFrameType() - Constructor for class com.linkv.rtc.LVConstants.VideoFrameType
 
videoLostPackets - Variable in class com.linkv.rtc.entity.LVVideoStatistic
视频丢包总数
videoLostPercent - Variable in class com.linkv.rtc.entity.LVVideoStatistic
累计视频丢包百分比
videoRtt - Variable in class com.linkv.rtc.entity.LVVideoStatistic
视频包 RTT,单位 ms
videoSentKBytes - Variable in class com.linkv.rtc.entity.LVVideoStatistic
视频总发送字节数
videoSentPackets - Variable in class com.linkv.rtc.entity.LVVideoStatistic
视频总发送包数量
volume - Variable in class com.linkv.rtc.entity.LVAudioVolume
音量大小

W

width - Variable in class com.linkv.rtc.entity.LVMixStreamConfig
画布宽
width - Variable in class com.linkv.rtc.entity.LVMixStreamInput
当前用户画布宽

X

xPosition - Variable in class com.linkv.rtc.entity.LVMixStreamInput
当前用户在总画布中的x坐标

Y

yPosition - Variable in class com.linkv.rtc.entity.LVMixStreamInput
当前用户在总画布中的y坐标
A B C D E F G H I L M O P R S T U V W X Y 
Skip navigation links
API Doc