NIMSDK-AOS
9.20.10
首页
相关页面
包
类
文件
文件列表
plugins
avchat
src
com
netease
nimlib
sdk
avchat
video
AVChatFileVideoCapturer.java
浏览该文件的文档.
1
package
com.netease.nimlib.sdk.avchat.video;
2
3
import
com
.
netease
.nrtc.sdk.video.FileVideoCapturer;
4
import
com
.
netease
.nrtc.sdk.video.IVideoCapturer;
5
6
import
java.io.IOException;
7
8
/**
9
* 支持格式:
10
* Y4M : color space I420 or I420mpeg2
11
*/
12
public
class
AVChatFileVideoCapturer
extends
FileVideoCapturer implements
AVChatVideoCapturer
{
13
public
AVChatFileVideoCapturer
(String inputFile)
throws
IOException {
14
super(inputFile);
15
}
16
17
@Override
18
public
IVideoCapturer
asVideoCapturer
() {
19
return
this
;
20
}
21
}
com.netease.nimlib.sdk.avchat.video.AVChatVideoCapturer
AVChatVideoCapturer.
Definition:
AVChatVideoCapturer.java:14
com.netease
com.netease.nimlib.sdk.avchat.video.AVChatFileVideoCapturer.asVideoCapturer
IVideoCapturer asVideoCapturer()
Definition:
AVChatFileVideoCapturer.java:18
com
com.netease.nimlib.sdk.avchat.video.AVChatFileVideoCapturer.AVChatFileVideoCapturer
AVChatFileVideoCapturer(String inputFile)
Definition:
AVChatFileVideoCapturer.java:13
com.netease.nimlib.sdk.avchat.video.AVChatFileVideoCapturer
支持格式: Y4M : color space I420 or I420mpeg2
Definition:
AVChatFileVideoCapturer.java:12
生成于 2025年 四月 18日 星期五 02:25:01 , 为 NIMSDK-AOS使用
1.8.11