|
美摄SDK For Android
3.16.2
|
视频解析度 更多...
Public 成员函数 | |
| NvsVideoResolution () | |
Public 属性 | |
| int | imageWidth |
| 图像宽度 更多... | |
| int | imageHeight |
| 图像高度 更多... | |
| NvsRational | imagePAR |
| 像素比(仅支持1:1) 更多... | |
| int | bitDepth |
| 默认是8Bit 更多... | |
| int | colorTransfer |
| 默认是8Bit 更多... | |
| int | colorPrimaries |
| 当前图像原色 (VIDEO_FRAME_COLOR_PRIMARIES) 更多... | |
静态 Public 属性 | |
流媒体引擎状态 | |
| static final int | VIDEO_RESOLUTION_BIT_DEPTH_8_BIT = 0 |
| 图像像素的位深度为8Bit 更多... | |
| static final int | VIDEO_RESOLUTION_BIT_DEPTH_16_BIT_FLOAT = 1 |
| 图像像素的位深度为半精度浮点 更多... | |
| static final int | VIDEO_RESOLUTION_BIT_DEPTH_AUTO = 2 |
颜色转换曲线 | |
| static final int | COLOR_TRANSFER_unspecified = 0 |
| static final int | COLOR_TRANSFER_sRGB_SDR = 1 |
| static final int | COLOR_TRANSFER_ST2084 = 2 |
| static final int | COLOR_TRANSFER_HLG = 3 |
| static final int | COLOR_TRANSFER_sRGB_HDR = 4 |
| 电光转换曲线是sRGB,203nit为1.0,用超过1.0的数据来来表示HDR信号,如果使用这个电光转换位深必须是16bit float, 更多... | |
原色 | |
| static final int | COLOR_PRIMARIES_BT709 = 1 |
| RGB color space BT.709 standardized as Rec. ITU-R BT.709-5. 更多... | |
| static final int | COLOR_PRIMARIES_BT2020 = 2 |
| RGB color space BT.2020 standardized as Rec. ITU-R BT.2020-1. 更多... | |
| static final int | COLOR_PRIMARIES_DISPLAY_P3 = 3 |
视频解析度
|
inline |
| int com.meicam.sdk.NvsVideoResolution.bitDepth |
默认是8Bit
|
static |
RGB color space BT.2020 standardized as Rec. ITU-R BT.2020-1.
|
static |
RGB color space BT.709 standardized as Rec. ITU-R BT.709-5.
|
static |
RGB color space Display P3 based on SMPTE RP 431-2-2007 and IEC 61966-2.1:1999.
|
static |
|
static |
电光转换曲线是sRGB,203nit为1.0,用超过1.0的数据来来表示HDR信号,如果使用这个电光转换位深必须是16bit float,
|
static |
|
static |
|
static |
| int com.meicam.sdk.NvsVideoResolution.colorPrimaries |
当前图像原色 (VIDEO_FRAME_COLOR_PRIMARIES)
| int com.meicam.sdk.NvsVideoResolution.colorTransfer |
默认是8Bit
| int com.meicam.sdk.NvsVideoResolution.imageHeight |
图像高度
| NvsRational com.meicam.sdk.NvsVideoResolution.imagePAR |
像素比(仅支持1:1)
| int com.meicam.sdk.NvsVideoResolution.imageWidth |
图像宽度
|
static |
图像像素的位深度为半精度浮点
|
static |
图像像素的位深度为8Bit
|
static |
图像像素的位深度为自适应,比如在编辑中有HDR的视频,SDK内部处理HDR视频会使用半精度浮点
1.8.17