美摄SDK For Android
1.0.0
|
视频流信息 更多...
Public 属性 | |
long | duration |
视频时长 更多... | |
int | imageWidth |
图像宽度 更多... | |
int | imageHeight |
图像高度 更多... | |
NvsRational | pixelAspectRatio |
像素比 更多... | |
NvsRational | frameRate |
帧速率 更多... | |
int | displayRotation |
显示的视频旋转角度。请参见VIDEO_ROTATION_* 更多... | |
int | componentBitCount |
每个像素分量的有效比特数 更多... | |
静态 Public 属性 | |
视频旋转角度类型(顺时针方向) | |
static final int | VIDEO_ROTATION_0 = 0 |
static final int | VIDEO_ROTATION_90 = 1 |
static final int | VIDEO_ROTATION_180 = 2 |
static final int | VIDEO_ROTATION_270 = 3 |
视频流信息
int com.meicam.sdk.NvsVideoStreamInfo.componentBitCount |
每个像素分量的有效比特数
int com.meicam.sdk.NvsVideoStreamInfo.displayRotation |
显示的视频旋转角度。请参见VIDEO_ROTATION_*
long com.meicam.sdk.NvsVideoStreamInfo.duration |
视频时长
NvsRational com.meicam.sdk.NvsVideoStreamInfo.frameRate |
帧速率
int com.meicam.sdk.NvsVideoStreamInfo.imageHeight |
图像高度
int com.meicam.sdk.NvsVideoStreamInfo.imageWidth |
图像宽度
NvsRational com.meicam.sdk.NvsVideoStreamInfo.pixelAspectRatio |
像素比
|
static |
|
static |
|
static |
|
static |