Skip navigation links
A C D E G H I L M N O P Q R S T U 

A

addOnGodSeesSignallingReceiveDataListener(QHVCNetGodSees.OnGodSeesSignallingReceiveDataListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
添加 帝视接收外部信令通道数据 注意: 只有在设置 QHVCNet.QHVC_NET_PARAM_USE_INTERNAL_SIGNALING 为Boolean.TRUE模式下,该方法调用才有效

C

cachedSize - Variable in class com.qihoo.videocloud.api.QHVCNet.QHVCNetCachedSize
当前已缓存文件大小,单位字节
cachePersistence(String, String, String) - Static method in class com.qihoo.videocloud.api.QHVCNet
对某个缓存开始持久化任务
cancelCachePersistence(String, boolean) - Static method in class com.qihoo.videocloud.api.QHVCNet
取消对某个缓存的持久化任务
cancelP2pTask(String) - Static method in class com.qihoo.videocloud.api.QHVCNet
取消p2p任务
cancelPrecache(String) - Static method in class com.qihoo.videocloud.api.QHVCNet
取消预缓存任务
clearCache() - Static method in class com.qihoo.videocloud.api.QHVCNet
清除缓存空间(当前播放的任务不会清除)
clearP2PCache() - Static method in class com.qihoo.videocloud.api.QHVCNet
清空P2P的缓冲
com.qihoo.videocloud.api - package com.qihoo.videocloud.api
 
com.qihoo.videocloud.godsees - package com.qihoo.videocloud.godsees
 
coreOnAppStart(String, String, String, String, String, String, String, Map<String, Object>) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
通知SDK app启动 必须在app启动的第一时间调用,且在整个app生命周期只调用一次
createGodSeesDownloadRecordFileByProductId(String, long, int, String, String, String, String, String, int, long, long, String, Map<String, Object>, QHVCNetGodSees.OnGodSeesCompletionListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
以licence鉴权方式进行请求获取设备的卡录数据,并保存到指定的文件destMp4FileName。此接口暂时不支持断点续传 创建下载任务成功后,需调用startGodSeesDownloadRecordFile启动任务下载。 当前正在下载的任务会回调:onGodSees:didRecordFileDownloadProgress方法, 下载完毕会回调:onGodSees: didRecordFileDownloadComplete: fileStatusInfo:方法获取设备的卡录数据,并保存到指定的文件dest_mp4_file_name。 需多通道下载时,需调用- (int)setSessionRelevanceInfo(String sid,@QHVCNetGodSeesMultiChannelKey String key, String value);接口进行关联多个通道。例如setSessionRelevanceInfo:sid key:QHVC_NET_GODSEES_MULTI_CHANNEL_AUXILIARY value:@"2,1";表示下载第2通道通道的主码流。多通道文件下载完毕后在回调方法中进行合并文件。
createGodSeesSession(String, String, String, String, String, int, String, int, Map<String, Object>) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
帝视创建网络会话实例(旧)
createGodSeesSessionByProductId(String, long, int, String, String, String, String, int, int, Map<String, Object>, QHVCNetGodSees.OnCreateSessionCompletionListener<Integer>) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
帝视创建网络会话实例 使用license鉴权方案开流请使用此方法开流

D

deleteGodSeesRecordFile(String, QHVCGodSeesRecordTimeline[], QHVCNetGodSees.OnGodSeesRecordFileDeleteListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
删除卡录文件
destroyGodSeesSession(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
销毁网络会话实例
doPrecache(String, String, int) - Static method in class com.qihoo.videocloud.api.QHVCNet
添加预缓存任务
doPrecache(String, String, int, String, int, String) - Static method in class com.qihoo.videocloud.api.QHVCNet
添加预缓存任务,支持socks5代理
doPrecache(String, String, int, String, int, String, int) - Static method in class com.qihoo.videocloud.api.QHVCNet
添加预缓存任务,支持socks5代理

E

enableCache(boolean) - Static method in class com.qihoo.videocloud.api.QHVCNet
允许或禁止QHVCNet所有访问网络主动拉取数据的行为
enableGodSeesMonitorVideoState(boolean) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置是否监控视频状态
enablePrecacheInMobileNetwork(boolean) - Static method in class com.qihoo.videocloud.api.QHVCNet
非WIFI网络下是否允许预缓存,默认关闭,防止偷跑流量
extendDeviceIdSwitch(int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
扩展 device_sn 开关 此接口专门给旧业务使用,新业务调用无效 此接口必须在LSNVDcore_on_app_start之前调用

G

getALLCacheFileInfo() - Static method in class com.qihoo.videocloud.api.QHVCNet
获取所有缓存文件的信息
getBackgroundImageId() - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
获取卡录背景图片的imageId(imageId即是图像对应的时间点)
getBackgroundImageNum() - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
获取卡录背景图片数量
getCachePersistenceSize(String, QHVCNet.QHVCNetCachedSize) - Static method in class com.qihoo.videocloud.api.QHVCNet
查询某个持久化任务已完成的数据量以及总数据量
getDeviceFileDownloadUrlWithFileKey(String, String, String, String, String, String, String, long, long, int, QHVCNetGodSees.onGetDeviceFileDownloadUrlListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
获取设备文件下载的链接
getDeviceFileDownloadUrlWithFileKeyByProductId(String, long, int, String, String, String, String, String, String, long, long, int, QHVCNetGodSees.onGetDeviceFileDownloadUrlListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
以licence鉴权方式进行请求获取设备文件下载的链接
getDurationMS() - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
getFileAvailedSize(String, String, int, int) - Static method in class com.qihoo.videocloud.api.QHVCNet
查询指定的缓存在给定播放时间点后连续可用的播放时长
getFileCachedSize(String, String, QHVCNet.QHVCNetCachedSize) - Static method in class com.qihoo.videocloud.api.QHVCNet
查询指定的缓存已完成的数据量以及总数据量
getGodSeesDownloadRecordFileStatus(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
Deprecated.
getGodSeesPlayUrl(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
获取帝视指定会话播放的链接
getGodSeesRecordBackgroundImage(String, long) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
获取卡录背景图片数据。 需与QHVCNetGodSees.setOnGodSeesRecordBackgroundImageDataListener(java.lang.String, com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordBackgroundImageDataListener)配合使用。SDK将会触发 onRecordBackgroundImageData(String sessionId, int errCode, byte[] imageData, long timePointOfImage)回调。
getGodSeesRecordTimeline(String, long, long) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
Deprecated.
getGodSeesRecordTimeline(String, int, long, long, QHVCNetGodSees.OnGodSeesRecordTimelineByTypeListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
同时获取多种类型的卡录时间轴信息 如果要获取全部卡录信息,srartTimeMS:0, endTimeMS:-1 在同一个sid中,调用了该接口后,不能再调用getRecordTimeline和getRecordTimelineWithType接口,SDK里面已经被禁止
getGodSeesRecordTimeline(String, int, long, long, int, QHVCNetGodSees.OnGodSeesRecordTimelineByTypeListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
同时获取多种类型的卡录时间轴信息 如果要获取全部卡录信息,srartTimeMS:0, endTimeMS:-1 在同一个sid中,调用了该接口后,不能再调用getRecordTimeline和getRecordTimelineWithType接口,SDK里面已经被禁止
getGodSeesRecordTimelineByDays(String, int, QHVCNetGodSees.OnGodSeesRecordTimelineByDayListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
以天为单位获取多种类型的卡录时间轴信息
getGodSeesRecordTimelineWithType(String, int, long, long) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
获取卡录时间轴信息(当调用QHVCNetGodSees.pullRemoteDeviceDataStream(java.lang.String, java.lang.String)函数通知设备验证token成功后,才能调用此接口) 当固件设备上存在多份卡录时,使用此方法。
getInstance() - Static method in class net.qihoo.videocloud.LocalServerPlugin
 
getP2pTaskInfo(String, P2PServerHelper.TaskInfo) - Static method in class com.qihoo.videocloud.api.QHVCNet
 
getP2pVendorByUrl(String) - Static method in class com.qihoo.videocloud.api.QHVCNet
 
getPlayUrl(String, String) - Static method in class com.qihoo.videocloud.api.QHVCNet
获取走QHVCNet播放的链接 根据云控配置,可能返回本地缓存地址、p2p地址、本地缓存与p2p组合地址 如果开启p2p, 需要在a项目中包含qhvc_p2pserver_sdk.jar
getPlayUrl(String, String, String, int, String) - Static method in class com.qihoo.videocloud.api.QHVCNet
获取走QHVCNet播放的链接,支持socks5代理 启用socks5代理,就不再考虑p2p地址和localserver地址组合使用
getPlayUrl(String, String, String, int, String, int) - Static method in class com.qihoo.videocloud.api.QHVCNet
获取走QHVCNet播放的链接,支持socks5代理 启用socks5代理,就不再考虑p2p地址和localserver地址组合使用
getPlayUrl(String, String, Map<String, Object>) - Static method in class com.qihoo.videocloud.api.QHVCNet
获取走QHVCNet播放的链接 根据云控配置,可能返回本地缓存地址、p2p地址、本地缓存与p2p组合地址 如果开启p2p, 需要在a项目中包含qhvc_p2pserver_sdk.jar
getRecordFlagSubTimelines() - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
获取时间轴所有事件,图片,
getRecordType() - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
getStartMS() - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
getTimePoint() - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
getUrlHeader(String) - Method in interface com.qihoo.videocloud.api.QHVCNet.Socks5HeaderCallback
 
getUserFlag() - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
getVersion() - Static method in class com.qihoo.videocloud.api.QHVCNet
获取SDK版本号

H

handShake(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 

I

isCacheFinished(String, String) - Static method in class com.qihoo.videocloud.api.QHVCNet
查询指定的缓存是否完成
isCachePersistenceFinished(String) - Static method in class com.qihoo.videocloud.api.QHVCNet
 
isEnableCache() - Static method in class com.qihoo.videocloud.api.QHVCNet
是否允许QHVCNet所有访问网络主动拉取数据的行为
isEnablePrecacheInMobileNetwork() - Static method in class com.qihoo.videocloud.api.QHVCNet
非WIFI网络下是否允许预缓存
isStartLocalServer() - Static method in class com.qihoo.videocloud.api.QHVCNet
是否已初始化

L

LocalServerPlugin - Class in net.qihoo.videocloud
Created by LeiXiaojun on 2017/12/8.

M

mediaDataCallbackSwitch(String, int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
MODEL_NAME - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
 

N

net.qihoo.videocloud - package net.qihoo.videocloud
 
networkCheck(String) - Static method in class com.qihoo.videocloud.api.QHVCNet
 

O

onCompletion(int, String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.onGetDeviceFileDownloadUrlListener
 
onEvent(String, String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnDevicePlatformListener
 
onFailed(String, int, String) - Method in interface com.qihoo.videocloud.api.QHVCNet.QHVCNetCachePersistenceCallback
下载失败
onFailed(int, String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnCreateSessionCompletionListener
CreateSession失败回调。
onFailed(int, String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesCompletionListener
startService初始化失败回调。
onFailed(int, String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnpreVerifySignatureCompletionListener
Signature失败回调。
onGodSeesDestroyListener(String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesDestroyListener
回话结束
onGodSeesError(String, int) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesErrorListener
错误回调
onGodSeesPullStreamSucceed(String, int) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesPullStreamSucceedListener
业务token验证结果回调
onGodSeesReceiveFrameData(String, int, long, int, long, long, int, long) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesReceiveFrameDataListener
NetSDK将帧数据抛出,业务端可以将相关数据直接吐给播放器播放。
onGodSeesRecordPause(String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordPauseListener
看卡录暂停响应监听(注意: 可能调用多次QHVCNetGodSees.setGodSeesRecordPause(java.lang.String),回调一次 )
onGodSeesRecordPlaybackRate(String, double) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordPlaybackRateListener
倍速播放回调
onGodSeesRecordPlayComplete(String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordPlayCompleteListener
卡录播放完毕回调
onGodSeesRecordResume(String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordResumeListener
看卡录暂停响应监听(注意: 可能调用多次QHVCNetGodSees.setGodSeesRecordResume(java.lang.String),回调一次 ) O
onGodSeesRecordTimeline(String, QHVCGodSeesRecordTimelineDay[], int) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordTimelineByDayListener
以天为单位返回指定类型卡录时间轴结果回调
onGodSeesRecordTimeline(String, QHVCGodSeesRecordTimeline[], int) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordTimelineByTypeListener
卡录时间轴结果回调
onGodSeesRecordTimeline(String, QHVCNetGodSeesRecordTimeline[]) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordTimelineListener
卡录时间轴结果回调
onGodSeesRecordUpdateCurrentTimestamp(String, long) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordUpdateCurrentTimestampListener
当前播放的卡录时间点回调
onGodSeesRtcSession(String, int) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRtcSessionListener
rtc session回调
onGodSeesSeekComplete(String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesSeekCompleteListener
seek执行完成回调
onGodSeesSignallingReceiveData(String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesSignallingReceiveDataListener
接收信令功能接口
onGodSeesSignallingSendData(String, String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesSignallingSendDataListener
发送信令功能接口
onGodSeesVideoState(String, String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesVideoStateListener
视频状态回调
onProgress(String, long, long, double) - Method in interface com.qihoo.videocloud.api.QHVCNet.QHVCNetCachePersistenceCallback
下载进度回调
onRecordBackgroundImageData(String, int, byte[], long) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordBackgroundImageDataListener
卡录背景图片数据回调
onRecordFileDeleteComplete(String, int) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesRecordFileDeleteListener
卡录视频文件删除完成回调
onRecordFileDownloadComplete(String, int, QHVCNetGodSeesDownloadRecordFileStatus) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesDownloadRecordFileListener
卡录文件下载完成(或失败)回调。
onRecordFileDownloadProgress(String, QHVCNetGodSeesDownloadRecordFileStatus) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesDownloadRecordFileListener
卡录文件下载进度回调
onStart(String) - Method in interface com.qihoo.videocloud.api.QHVCNet.QHVCNetCachePersistenceCallback
开始下载
onStatus(int) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnReConnectStatueCallback
 
onSuccess(String) - Method in interface com.qihoo.videocloud.api.QHVCNet.QHVCNetCachePersistenceCallback
下载完成
onSuccess(T) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnCreateSessionCompletionListener
CreateSession成功回调。
onSuccess() - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesCompletionListener
startService初始化完成回调。
onSuccess(T) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnpreVerifySignatureCompletionListener
Signature成功回调。
onUserRequestDeviceStop(String, int, String) - Method in interface com.qihoo.videocloud.api.QHVCNetGodSees.OnGodSeesUserRequestDeviceStopListener
设备触发结束

P

PARAM_ENABLE_DOWN_SSL_SO - Static variable in class com.qihoo.videocloud.api.QHVCNet
初始化参数-是否自动下载ssl so 数据类型: Integer [可选设置] 默认 1
pauseCachePersistence(String) - Static method in class com.qihoo.videocloud.api.QHVCNet
暂停对某个缓存的持久化任务
pauseGodSeesDownloadRecordFile(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
暂停下载卡录文件
preConnectGodSeesDevice(String, int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
Deprecated.
preVerifySignatureByProductId(String, long, int, String, String, int, QHVCNetGodSees.OnpreVerifySignatureCompletionListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
预先验证产品签名信息 建议在用户登录成功后立即调用,用于提高观看视频流的首屏体验
pullRemoteDeviceDataStream(String, String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
传输业务token给设备验证

Q

QHVC_NET_ACCESS_DENIED - Static variable in class com.qihoo.videocloud.api.QHVCNet
持久化任务错误码-权限不足,访问被拒绝
QHVC_NET_FILE_INVALID - Static variable in class com.qihoo.videocloud.api.QHVCNet
持久化任务错误码-持久化路径非法
QHVC_NET_FILE_IO_FAILED - Static variable in class com.qihoo.videocloud.api.QHVCNet
持久化任务错误码-文件写入异常
QHVC_NET_GODSEES_AP_MODE_VALUE_NO - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_AP_MODE_VALUE_YES - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_DECRYPTION_RULES_NONE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
解密规则: 无密
QHVC_NET_GODSEES_DECRYPTION_RULES_RC4 - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
解密规则: RC4方式
QHVC_NET_GODSEES_DECRYPTION_RULES_XOR - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
解密规则: XOR方式
QHVC_NET_GODSEES_DEVICE_PLATFORM_NORMAL - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
 
QHVC_NET_GODSEES_DEVICE_PLATFORM_OLD - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
 
QHVC_NET_GODSEES_ERROR_CODE_FAILED - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
一般错误,原因未分类
QHVC_NET_GODSEES_ERROR_CODE_INVALID_PARAM - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
无效的参数
QHVC_NET_GODSEES_ERROR_CODE_MQTT_CONNECT_ERROR - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
内部信令通道MQTT连接失败
QHVC_NET_GODSEES_ERROR_CODE_MQTT_CONNECT_WAIT_TIMEOUT_ERROR - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
内部信令通道MQTT建立连接超时
QHVC_NET_GODSEES_ERROR_CODE_MQTT_SUBSCRIBE_ERROR - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
内部信令通道MQTT订阅失败
QHVC_NET_GODSEES_ERROR_CODE_SERIAL_NUMBER_EMPTY - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
serialNumber为空
QHVC_NET_GODSEES_ERROR_CODE_SIGNALLING_MODEL_ERROR - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
信令通道模式使用错误
QHVC_NET_GODSEES_ERROR_CODE_SUCCESS - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
成功
QHVC_NET_GODSEES_KEY_AP_MODE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_KEY_PLAYER_RECEIVE_DATA_TYPE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_KEY_RECONNECT_MAX_COUNT - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_KEY_SIGNALING_ENCRYPT_MODE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_KEY_STREAM_TYPE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_KEY_TRACKER_TYPE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_KEY_WORK_MODE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_MULTI_CHANNEL_AUXILIARY - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
multi_channel的副通道的channel_no和bitrate。格式: "1,1"
QHVC_NET_GODSEES_MULTI_CHANNEL_MAIN_SID - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
设置多通道类型,比如:双摄像头。
QHVC_NET_GODSEES_NETWORK_CONNECT_TYPE_DIRECT_IP - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
网络连接类型: ip
QHVC_NET_GODSEES_NETWORK_CONNECT_TYPE_P2P - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
网络连接类型: p2p
QHVC_NET_GODSEES_NETWORK_CONNECT_TYPE_RELAY - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
网络连接类型: relay
QHVC_NET_GODSEES_NETWORK_MODE_LAN - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
网络模式
QHVC_NET_GODSEES_NETWORK_MODE_WAN - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
 
QHVC_NET_GODSEES_PLAYER_RECEIVE_DATA_MODE_CALLBACK - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
数据模式: 回调函数
QHVC_NET_GODSEES_PLAYER_RECEIVE_DATA_MODE_FLV - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
数据模式: http flv
QHVC_NET_GODSEES_RECORD_DATA_TYPE_INTELLIGENT - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
卡录数据录制类型: 智能模式,检测到特定物体出现时录制
QHVC_NET_GODSEES_RECORD_DATA_TYPE_NORMAL - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
卡录数据录制类型: 正常模式,全部录制
QHVC_NET_GODSEES_RECORD_DATA_TYPE_PICTURE_CHANGE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
卡录数据录制类型: 图像变化模式,简单判断图像内容变化时录制
QHVC_NET_GODSEES_SEND_SHUIDI_COMMAND - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
 
QHVC_NET_GODSEES_SESSION_BE_USED - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
rtc session类型: 固件rtc session已经被其它APP占用
QHVC_NET_GODSEES_SESSION_NO_SUPPORT_SPY_RTC - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
rtc session类型: 不支持自研rtc
QHVC_NET_GODSEES_SESSION_REJECT - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
rtc session类型: 固件拒绝rtc session
QHVC_NET_GODSEES_SESSION_SUCCESS - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
rtc session类型: 成功建立rtc session
QHVC_NET_GODSEES_SESSION_TIMEOUT - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
rtc session类型: rtc session timeout
QHVC_NET_GODSEES_SESSION_TYPE_FILE_DOWNLOAD - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
文件下载
QHVC_NET_GODSEES_SESSION_TYPE_LIVE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
直播
QHVC_NET_GODSEES_SESSION_TYPE_RECORD - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
卡录播放
QHVC_NET_GODSEES_SESSION_UNKNOWN_RES - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
rtc session类型: 未知的响应
QHVC_NET_GODSEES_SIGNALING_ENCRYPT_MODE_NOVALUE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_SIGNALING_ENCRYPT_MODE_VALUE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_STREAM_TYPE_DEPUTY - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
码流类型: 次码流
QHVC_NET_GODSEES_STREAM_TYPE_MAIN - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
码流类型: 主码流
QHVC_NET_GODSEES_STREAM_TYPE_THIRD - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
码流类型:第三码流
QHVC_NET_GODSEES_TALLK_MODE_FULL_DUPLEX - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
设备通话模式: 全双工通话
QHVC_NET_GODSEES_TALLK_MODE_HALF_DUPLEX - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
设备通话模式: 半双工通话
QHVC_NET_GODSEES_TRACKER_TYPE_VALUE_DEFAULT - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_TRACKER_TYPE_VALUE_P2P - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_TRACKER_TYPE_VALUE_TCP - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_WORK_MODE_VALUE_LONG_LIVE - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_GODSEES_WORK_MODE_VALUE_WAKEUP - Static variable in class com.qihoo.videocloud.api.QHVCNetGodSees
QHVC_NET_KEY_OPTION_OPEN_LOCALSERVER - Static variable in class com.qihoo.videocloud.api.QHVCNet
QHVCNet.getPlayUrl(java.lang.String, java.lang.String) Boolean 是否开启localserver 默认使用云控配置
QHVC_NET_KEY_OPTION_OPEN_P2P - Static variable in class com.qihoo.videocloud.api.QHVCNet
QHVCNet.getPlayUrl(java.lang.String, java.lang.String) Boolean 是否开启p2p 默认使用云控配置
QHVC_NET_KEY_OPTION_P2P_TASK_MODE - Static variable in class com.qihoo.videocloud.api.QHVCNet
QHVC_NET_LOG_LEVEL_DEBUG - Static variable in class com.qihoo.videocloud.api.QHVCNet
 
QHVC_NET_LOG_LEVEL_FATAL - Static variable in class com.qihoo.videocloud.api.QHVCNet
 
QHVC_NET_LOG_LEVEL_INFO - Static variable in class com.qihoo.videocloud.api.QHVCNet
 
QHVC_NET_LOG_LEVEL_NONE - Static variable in class com.qihoo.videocloud.api.QHVCNet
 
QHVC_NET_LOG_LEVEL_WARN - Static variable in class com.qihoo.videocloud.api.QHVCNet
 
QHVC_NET_NO_SPACE - Static variable in class com.qihoo.videocloud.api.QHVCNet
持久化任务错误码-磁盘空间不足
QHVC_NET_NOT_VIDEO - Static variable in class com.qihoo.videocloud.api.QHVCNet
持久化任务错误码-非视频文件
QHVC_NET_P2P_TASK_MODE_DOWNLAOD - Static variable in class com.qihoo.videocloud.api.QHVCNet
p2p任务模式: 下载模式
QHVC_NET_P2P_TASK_MODE_PLAY - Static variable in class com.qihoo.videocloud.api.QHVCNet
p2p任务模式: 播放模式
QHVC_NET_PARAM_CACHE_SIZE - Static variable in class com.qihoo.videocloud.api.QHVCNet
初始化参数-缓存占用空间大小,单位MB
[可选设置] 注:如果调用#setCacheSize(int)修改默认缓存占用空间大小,必须在初始化时也设置一次
QHVC_NET_PARAM_CHANNEL_ID - Static variable in class com.qihoo.videocloud.api.QHVCNet
初始化参数-channelId 数据类型: String [当使用p2p时,必须设置]
QHVC_NET_PARAM_FORCE_P2P - Static variable in class com.qihoo.videocloud.api.QHVCNet
初始化参数-是否强制p2p 数据类型: Boolean [可选设置]
QHVC_NET_PARAM_USE_INTERNAL_SIGNALING - Static variable in class com.qihoo.videocloud.api.QHVCNet
初始化参数-是否禁用内部信令通道 数据类型: Integer [可选设置]
QHVCNet - Class in com.qihoo.videocloud.api
 
QHVCNet() - Constructor for class com.qihoo.videocloud.api.QHVCNet
 
QHVCNet.QHVCNetCachedSize - Class in com.qihoo.videocloud.api
 
QHVCNet.QHVCNetCachePersistenceCallback - Interface in com.qihoo.videocloud.api
持久化任务回调
QHVCNet.QHVCNetConnectServiceType - Annotation Type in com.qihoo.videocloud.api
长连类型
QHVCNet.Socks5HeaderCallback - Interface in com.qihoo.videocloud.api
 
QHVCNET_CONNECT_SERVICE_TYPE_EXTERNAL - Static variable in class com.qihoo.videocloud.api.QHVCNet
 
QHVCNET_CONNECT_SERVICE_TYPE_TRACKER - Static variable in class com.qihoo.videocloud.api.QHVCNet
 
QHVCNetCachedSize() - Constructor for class com.qihoo.videocloud.api.QHVCNet.QHVCNetCachedSize
 
QHVCNetGodSees - Class in com.qihoo.videocloud.api
//####################################### 看设备直播流程 ####################################### //可参考:com.qihoo.videocloud.device.DeviceLiveActivity QHVCNetGodSees.startLocalServer(this, Utils.getCacheDir(), Utils.getDeviceId(this), getResources().getString(R.string.config_bid), params); QHVCNetGodSees.setGodSeesP2PConnectionSucceedMaxWaitTime(5000); sessionId = createSessionId(); boolean ret = QHVCNetGodSees.createGodSeesSession(sessionId, sn, channelNo, QHVCNetGodSees.QHVC_NET_GODSEES_STREAM_TYPE_MAIN, QHVCNetGodSees.QHVC_NET_GODSEES_SESSION_TYPE_LIVE, godseesPlayMode); if (ret) { // 定时更新加密秘钥,用于加密视频数据 QHVCNetGodSees.updateGodSeesVideoStreamSecurityKeys(String serialNumber, int[] keys, String[] values)} String url = QHVCNetGodSees.getGodSeesPlayUrl(sessionId); if (!TextUtils.isEmpty(url)) { playUrl = url; startPlayerForLive(); } QHVCNetGodSees.setOnGodSeesVerifyTokenListener(sessionId, new QHVCNetGodSees.OnGodSeesVerifyTokenListener() { public void onGodSeesVerifyToken(String sessionId, int result) { if (result == 0) { //设备校验成功,设备开始发送数据 } } }); QHVCNetGodSees.setOnGodSeesErrorListener(...) // 借用业务长连通道,发送sdk信令信息(用于p2p不通时,切换转发模式) QHVCNetGodSees.setOnGodSeesSignallingSendDataListener(new QHVCNetGodSees.OnGodSeesSignallingSendDataListener() { public int onGodSeesSignallingSendData(String destId, String data) { xxxSendingMessage(data); } }); // 收到sdk信令消息,回调给sdk XXXLongLive.setOnArrivedMessageListener(new XXXLongLive.OnArrivedMessageListener() { public void onArrivedMessage(String msg) { if (是sdk信令消息){ QHVCNetGodSees.receiveGodSeesSignallingData(data); } } }); // close 播放器(QHVCPlayer)关闭 QHVCNetGodSees.destroyGodSeesSession(sessionId); QHVCNetGodSees.setOnGodSeesSignallingSendDataListener(null); QHVCNetGodSees.stopLocalServer(); //-------------------------------------- private void startPlayerForLive(){ ...
QHVCNetGodSees() - Constructor for class com.qihoo.videocloud.api.QHVCNetGodSees
 
QHVCNetGodSees.OnCreateSessionCompletionListener<T> - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnDevicePlatformListener - Interface in com.qihoo.videocloud.api
水滴摄像机事件
QHVCNetGodSees.onGetDeviceFileDownloadUrlListener - Interface in com.qihoo.videocloud.api
获取下载文件URL回调
QHVCNetGodSees.OnGodSeesCompletionListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesDestroyListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesDownloadRecordFileListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesErrorListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesPullStreamSucceedListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesReceiveFrameDataListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordBackgroundImageDataListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordFileDeleteListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordPauseListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordPlaybackRateListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordPlayCompleteListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordResumeListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordTimelineByDayListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordTimelineByTypeListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordTimelineListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRecordUpdateCurrentTimestampListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesRtcSessionListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesSeekCompleteListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesSignallingReceiveDataListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesSignallingSendDataListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesUserRequestDeviceStopListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnGodSeesVideoStateListener - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnpreVerifySignatureCompletionListener<T> - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.OnReConnectStatueCallback - Interface in com.qihoo.videocloud.api
 
QHVCNetGodSees.QHVCNetGodSeesErrorCode - Annotation Type in com.qihoo.videocloud.api
错误码
QHVCNetGodSeesRecordTimeline - Class in com.qihoo.videocloud.godsees
卡录时间轴信息 此类由JNI层调用
QHVCNetGodSeesRecordTimeline(long, long) - Constructor for class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
QHVCNetGodSeesRecordTimeline(int, long, long) - Constructor for class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
QHVCNetGodSeesRecordTimeline(int, long, RecordFlagSubTimeline[]) - Constructor for class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
QHVCNetGodSeesRecordTimeline(int, int, int) - Constructor for class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 

R

rebuildPersistence(String, String, String) - Static method in class com.qihoo.videocloud.api.QHVCNet
重建某个缓存的持久化任务
receiveGodSeesSignallingData(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
帝视接收信令数据 (当调用QHVCNetGodSees.pullRemoteDeviceDataStream(java.lang.String, java.lang.String)函数通知设备验证token成功后,才能调用此接口)
reconnectWithSessionId(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
关联sessionId重连网络,与setOnReConnectStatue搭配使用,在回调成功后 QHVCNetGodSees.setOnReConnectStatue(String sessionId,OnReConnectStatueCallback callback) 示例: QHVCNetGodSees.setOnReConnectStatue(sessionId,new QHVCNetGodSees.OnReConnectStatueCallback() {
releaseOnReConnectStatue(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
removeCacheFile(LocalServer.FileCacheInfo[]) - Static method in class com.qihoo.videocloud.api.QHVCNet
删除指定的缓存文件
removeOnGodSeesSignallingReceiveDataListener(QHVCNetGodSees.OnGodSeesSignallingReceiveDataListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
删除 帝视接收外部信令通道数据 注意: 只有在设置 QHVCNet.QHVC_NET_PARAM_USE_INTERNAL_SIGNALING 为Boolean.TRUE模式下,该方法调用才有效
requestGodSeesSignallingSendData(String, String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
借用帝视信令通道,发送数据 注意: 只有在设置 QHVCNet.QHVC_NET_PARAM_USE_INTERNAL_SIGNALING 为Boolean.TRUE模式下,该方法调用才有效
resumeCachePersistence(String) - Static method in class com.qihoo.videocloud.api.QHVCNet
恢复对某个缓存的持久化任务
resumeGodSeesDowloadRecordFile(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
恢复下载卡录文件

S

sendAudio(String, int, long, int, long, int, int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
setCachePersistenceCallback(QHVCNet.QHVCNetCachePersistenceCallback) - Static method in class com.qihoo.videocloud.api.QHVCNet
设置持久化回调函数
setCacheSize(int) - Static method in class com.qihoo.videocloud.api.QHVCNet
设置和调整缓存占用空间大小。这个接口可以中途调用,可以调用多次。
setDebugSaveStreamFilePath(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
setDeviceBusinessInfo(String, int, String, String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
NetSdk获取旧版水滴的直播流 ,大体流程跟获取帝视的直播一样。 但是必须在调用preConnect和createSession之前,setDevicePlatform 设置旧版水滴的信息
setDevicePlatformListener(String, QHVCNetGodSees.OnDevicePlatformListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置水滴摄像机事件回调
setGodSeesDeviceExtraInfo(String, Map<String, Object>) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置设备扩展信息,用于提前告知设备的某些特性
setGodSeesDeviceNetworkAddress(String, String, String, int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置设备网络地址
setGodSeesDeviceNetworkMode(String, String, int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置设备网络模式
setGodSeesDevicePrefix(String, String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
setGodSeesDeviceSupportSignalling(String, int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置设备支持信令类型,用于兼容老设备,如果不调,该设备长连默认tracker
setGodSeesNetworkConnectType(int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置允许连接设备的网络连接类型
setGodSeesP2PConnectionSucceedMaxWaitTime(int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置最大等待p2p连接成功时间
setGodSeesRecordPause(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
暂停观看卡录(当调用QHVCNetGodSees.pullRemoteDeviceDataStream(java.lang.String, java.lang.String)函数通知设备验证token成功后,才能调用此接口)
setGodSeesRecordPlayRate(String, double) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置观看卡录速度(当调用QHVCNetGodSees.pullRemoteDeviceDataStream(java.lang.String, java.lang.String)函数通知设备验证token成功后,才能调用此接口)
setGodSeesRecordResume(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
恢复观看卡录(当调用QHVCNetGodSees.pullRemoteDeviceDataStream(java.lang.String, java.lang.String)函数通知设备验证token成功后,才能调用此接口)
setGodSeesRecordSeek(String, long, long) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
观看指定区间[position, end]的卡录内容, position是起始点,end是结束点。 该方法是异步操作,需与QHVCNetGodSees.setOnGodSeesRecordPlayCompleteListener(String, OnGodSeesRecordPlayCompleteListener)配合使用, SDK将会触发onGodSeesSeekComplete回调。 若操作失败,SDK将会触发onError回调, 请根据相关错误码进行逻辑处理。 当指定区间内的卡录内容播放完毕后,SDK将会触发onRecordPlayComplete回调(需与QHVCNetGodSees.setOnGodSeesRecordPlayCompleteListener(String, OnGodSeesRecordPlayCompleteListener)配合使用),业务需要在该回调中处理后续逻辑操作。 注: 当调用QHVCNetGodSees.pullRemoteDeviceDataStream(java.lang.String, java.lang.String)函数通知设备验证token成功后,才能调用此接口。
setGodSeesSaveAudioPacket(boolean) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
setLogLevel(int) - Static method in class com.qihoo.videocloud.api.QHVCNet
Deprecated.
setOnGodSeesDestroyListener(String, QHVCNetGodSees.OnGodSeesDestroyListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置会话结束回调
setOnGodSeesDownloadRecordFileListener(String, QHVCNetGodSees.OnGodSeesDownloadRecordFileListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置帝视获取设备的卡录数据(保存mp4文件)进度以及完成回调。注意,需在#startGodSeesDownloadRecordFileByProductId之后调用。
setOnGodSeesErrorListener(String, QHVCNetGodSees.OnGodSeesErrorListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置错误回调
setOnGodSeesFrameDataListener(String, QHVCNetGodSees.OnGodSeesReceiveFrameDataListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
setOnGodSeesPullStreamSucceedListener(String, QHVCNetGodSees.OnGodSeesPullStreamSucceedListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置业务token验证结果回调
setOnGodSeesRecordBackgroundImageDataListener(String, QHVCNetGodSees.OnGodSeesRecordBackgroundImageDataListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置帝视卡录时间轴背景图数据回调。
setOnGodSeesRecordPauseListener(String, QHVCNetGodSees.OnGodSeesRecordPauseListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
看卡录暂停响应监听
setOnGodSeesRecordPlaybackRateListener(String, QHVCNetGodSees.OnGodSeesRecordPlaybackRateListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置倍速执行完成回调
setOnGodSeesRecordPlayCompleteListener(String, QHVCNetGodSees.OnGodSeesRecordPlayCompleteListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置卡录播放完毕回调
setOnGodSeesRecordResumeListener(String, QHVCNetGodSees.OnGodSeesRecordResumeListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
看卡录恢复播放响应监听
setOnGodSeesRecordTimelineListener(String, QHVCNetGodSees.OnGodSeesRecordTimelineListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置卡录时间轴结果回调
setOnGodSeesRecordUpdateCurrentTimestampListener(String, QHVCNetGodSees.OnGodSeesRecordUpdateCurrentTimestampListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置当前播放的卡录时间点回调
setOnGodSeesRtcSessionListener(String, QHVCNetGodSees.OnGodSeesRtcSessionListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置rtc session 状态回调
setOnGodSeesSeekCompleteListener(String, QHVCNetGodSees.OnGodSeesSeekCompleteListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置seek执行完成监听
setOnGodSeesSignallingSendDataListener(QHVCNetGodSees.OnGodSeesSignallingSendDataListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置发送信令功能接口
setOnGodSeesUserRequestDeviceStopListener(String, QHVCNetGodSees.OnGodSeesUserRequestDeviceStopListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置 设备触发结束 回调
setOnGodSeesVideoStateListener(String, QHVCNetGodSees.OnGodSeesVideoStateListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
视频状态信息回调(一般用于调试)
setOnReConnectStatue(String, QHVCNetGodSees.OnReConnectStatueCallback) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
setP2PCacheDir(String) - Static method in class com.qihoo.videocloud.api.QHVCNet
设置P2P缓冲路径
setP2PCacheSize(int) - Static method in class com.qihoo.videocloud.api.QHVCNet
设置P2P缓冲的大小
setProductId(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
setRecordType(int) - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
setSendAudioParam(String, int, int, int, int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
setSessionRelevanceInfo(String, String, String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
设置会话关联信息。调用时机,创建完毕会话后,在正式拉流之前调用。
setSocks5HeaderCallBack(QHVCNet.Socks5HeaderCallback) - Static method in class com.qihoo.videocloud.api.QHVCNet
 
setStartMS(long) - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
setStreamFileOpen(boolean) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
setTimePoint(int) - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
startGodSeesDownloadRecordFile(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
开始下载卡录文件
startLocalServer(Context, String, String, String, Map<String, Object>) - Static method in class com.qihoo.videocloud.api.QHVCNet
Deprecated.
startLocalServer(Context, String, String, String, Map<String, Object>) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
Deprecated.
startService(Context, String, String, String, Map<String, Object>) - Static method in class com.qihoo.videocloud.api.QHVCNet
初始化QHVCNet,全局只用调用一次,需要和QHVCNet.stopService()配对使用
startService(Context, String, String, String, Map<String, Object>, QHVCNetGodSees.OnGodSeesCompletionListener) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
初始化QHVCNet,全局只用调用一次,需要和QHVCNetGodSees.stopService()配对使用
startTalk(String, int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
stopGodSeesDownloadRecordFile(String, boolean) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
强制停止下载卡录文件,结束本次会话
stopLocalServer() - Static method in class com.qihoo.videocloud.api.QHVCNet
Deprecated.
stopLocalServer() - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
Deprecated.
stopService() - Static method in class com.qihoo.videocloud.api.QHVCNet
stopService() - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
stopTalk(String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 

T

toString() - Method in class com.qihoo.videocloud.godsees.QHVCNetGodSeesRecordTimeline
 
totalSize - Variable in class com.qihoo.videocloud.api.QHVCNet.QHVCNetCachedSize
文件总大小,单位字节

U

upDateDevicePrefix(String, String) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
 
updateGodSeesVideoStreamSecurityKeys(String, int[], String[], int) - Static method in class com.qihoo.videocloud.api.QHVCNetGodSees
更新视频流解密秘钥(keys与values 一一对应)(当调用QHVCNetGodSees.pullRemoteDeviceDataStream(java.lang.String, java.lang.String)函数通知设备验证token成功后,才能调用此接口)
A C D E G H I L M N O P Q R S T U 
Skip navigation links