A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
security — Property, interface yy.IYY |
|
获取安全接口
|
selectTabPage() — method, interface yy.IChannelTabPage |
|
显示应用所在的tabpage窗口。
|
sendMicListNotification() — method, interface yy.IChannelMicList |
|
发送麦序提醒给2号麦用户,上麦后只能向用户发送一次。需要有管理员及以上权限,规则和权限同YY客户端一致。
|
sendMsgToSubChannel(subChannelId:uint, msg:String, linkstart:uint, linkend:uint, token:uint) — method, interface yy.IChannelAppMsg |
|
发送应用消息到子频道。所有该子频道在线用户才能收到。
|
sendMsgToSubChannelEx(subChannelId:uint, token:uint, key:String, textData:Array) — method, interface yy.IChannelAppMsg |
|
发送应用消息到子频道。所有该子频道在线用户才能收到。
|
sendMsgToUsers(userList:Array, msg:String, linkstart:uint, linkend:uint, token:uint) — method, interface yy.IChannelAppMsg |
|
发送应用消息给指定用户。用户必须在同一大频道中,且必须在线才能收到。
|
sendMsgToUsersEx(userList:Array, token:uint, key:String, textData:Array) — method, interface yy.IChannelAppMsg |
|
发送应用消息给指定用户。用户必须在同一大频道中,且必须在线才能收到。
|
setKaraokePlayerPath(filePathName:String) — method, interface yy.IAudio |
|
设置伴奏播放器路径。
|
setMicListMode(mode:int) — method, interface yy.IChannelMicList |
|
设置频道模式。两次调用需要有一定的时间间隔。
|
setPopMenu(menuText:String) — method, interface yy.IChannelUserListPopMenu |
|
设置用户列表右键菜单,可以增加一个菜单项,一个应用只可以增加一个菜单项。
|
setProperty(key:int, value:int) — method, interface yy.IVideo |
|
设置发起直播时的视频属性。启用重新开始直播才生效。
|
setPublishVideo_480x360() — method, interface yy.IVideo |
|
设置直播的视频分辨率为480x360,需要重新开始直播才生效。
|
setPublishVideo_640x480() — method, interface yy.IVideo |
|
设置直播的视频分辨率为640x480,需要重新开始直播才生效。
|
setPublishVideoWindowPosition(x:int, y:int, width:int, height:int) — method, interface yy.IVideo |
|
调整主播直播视频窗口的大小和位置。
|
setReceptionChannel(cid:uint) — method, interface yy.IReceptionChannel |
|
设置接待频道。每次调用需要间隔5秒
|
setSubscribeVideoWindowPosition(x:int, y:int, width:int, height:int, uid:uint) — method, interface yy.IVideo |
|
调整指定主播的视频订阅窗口的大小和位置。订阅多个视频的时候,可以对指定主播的视频窗口进行单独调整。
|
setUserRole(cid:uint, uid:uint, role:uint) — method, interface yy.IChannelUserController |
|
设置马甲。发起设置用户和被设置用户必须同时在线且在同一个大频道,发起者需要有管理员马甲,具体规则和权限同YY客户端一致。
|
setVideoWindowPosition(x:int, y:int, width:int, height:int) — method, interface yy.IVideo |
|
调整视频直播窗口的大小和位置。
|
setVolume(vol:int) — method, interface yy.ITempAudioSession |
|
设置临时语音房间音量。
|
SPEAKER_CHANGED — Event, interface yy.ITempAudioSession |
| |
SPEAKER_CHANGED — Constant Static Property, class yy.events.TempAudioSessionEvent |
|
说话人数变化事件。当临时语音房间的说话人数发生变化时触发,即当有人调用startSpeak或stopSpeak成功时会触发。
事件信息格式说明:
eventData.speakerList: Array类型 当前房间可以说话的人的uid。
|
SPEAKING_STATE_CHANGED — Event, interface yy.IChannelMicList |
| |
SPEAKING_STATE_CHANGED — Constant Static Property, class yy.events.ChannelMicListEvent |
|
用户说话状态变化事件。用户开始说话和停止说话时会触发,同频道界面用户名前的绿点变化一致。
事件信息格式说明:
eventData.uid: uint类型 说话的用户uid。
eventData.speaking: Boolean类型 true=开始说话,false=停止说话。
|
startPublish(cameraIndex:uint) — method, interface yy.IVideo |
|
开始视频直播。缺省的分辨率360x240
|
startRecord(fileName:String) — method, interface yy.IAudio |
|
开始录音
|
startSpeak() — method, interface yy.ITempAudioSession |
|
开始语音聊天。调用成功后,自己可以在房间中发言。
|
startSubscribeVideo(uid:uint) — method, interface yy.IVideo |
|
开始视频订阅,即收看指定主播的直播。如果已经订阅了一个直播,需要先停止后才能订阅新的直播。
|
stopPublish() — method, interface yy.IVideo |
|
结束视频直播。
|
stopRecord() — method, interface yy.IAudio |
|
停止录音
|
stopSpeak() — method, interface yy.ITempAudioSession |
|
禁止语音聊天。调用成功后,自己不能在房间中发言。
|
stopSubscribeVideo(uid:uint) — method, interface yy.IVideo |
|
停止视频订阅,即关闭正在收看的视频。有效的主播uid才能停止订阅。
|
stringValue — Property, class yy.data.CloudData |
|
获取字符串值
|
SUB_CHANNEL_ADD — Event, interface yy.IChannel |
| |
SUB_CHANNEL_ADD — Constant Static Property, class yy.events.ChannelEvent |
|
子频道增加事件。子频道创建的时候会触发此事件。
事件信息格式说明:
eventData.cid: int类型 增加的子频道的长位id。
eventData.pcid: int类型 增加到哪个频道下,长位id。
|
SUB_CHANNEL_DEL — Event, interface yy.IChannel |
| |
SUB_CHANNEL_DEL — Constant Static Property, class yy.events.ChannelEvent |
|
子频道删除事件。子频道被删除时触发此事件。
事件信息格式说明:
eventData.cid: int类型 被删除的子频道长位id。
|
SUBSCRIBE_STATUS — Event, interface yy.IVideo |
| |
SUBSCRIBE_STATUS — Constant Static Property, class yy.events.VideoEvent |
|
主播直播状态变化事件。当当前子频道有主播直播状态发生变化会触发,即主播开始直播或者结束直播的时候都会通知子频道中侦听此事件的用户。
事件信息格式说明:
eventData.uid uint类型 直播状态发生变化的主播的uid。
eventData.status int类型 主播状态 0=主播开始直播,1=主播结束直播。
|
|
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |