|
MeiCam SDK For Android
3.14.4
|
Video stream information. More...
Public Attributes | |
| long | duration |
| Video duration. More... | |
| int | imageWidth |
| Image width. More... | |
| int | imageHeight |
| Image height. More... | |
| NvsRational | pixelAspectRatio |
| Pixel ratio. More... | |
| NvsRational | frameRate |
| Frame rate. More... | |
| int | displayRotation |
| The angle of video rotation. Please refer toVIDEO_ROTATION_*. More... | |
| int | componentBitCount |
| Effective number of bits per pixel component. More... | |
| int | videoCodecType |
| video codec type. Please refer toVIDEO_CODEC_TYPE_* More... | |
| int | colorTransfer |
| int | profile |
| int | level |
| int | hdrType |
Static Public Attributes | |
Video rotation angle type (clockwise) | |
| 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 |
Video codec type | |
| static final int | VIDEO_CODEC_TYPE_UNKNOWN = 0 |
| static final int | VIDEO_CODEC_TYPE_H264 = 1 |
| static final int | VIDEO_CODEC_TYPE_H265 = 2 |
| static final int | VIDEO_CODEC_TYPE_MPEG4 = 3 |
| static final int | VIDEO_CODEC_TYPE_VP8 = 4 |
| static final int | VIDEO_CODEC_TYPE_VP9 = 5 |
| static final int | VIDEO_CODEC_TYPE_WMV = 6 |
| static final int | VIDEO_CODEC_TYPE_MPEG1 = 7 |
| static final int | VIDEO_CODEC_TYPE_MPEG2 = 8 |
| static final int | VIDEO_CODEC_TYPE_MJPEG = 9 |
Color Transfer Characteristic. | |
| static final int | COLOR_TRANSFER_SDR_VIDEO = 0 |
| static final int | COLOR_TRANSFER_ST2084 = 1 |
| static final int | COLOR_TRANSFER_HLG = 2 |
file type | |
| static final int | HDR_TYPE_NONE = 0 |
| static final int | HDR_TYPE_HDR10 = 1 |
| static final int | HDR_TYPE_HLG = 2 |
| static final int | HDR_TYPE_HDR10PLUS = 3 |
| static final int | HDR_TYPE_DOLBYVISION = 4 |
| static final int | HDR_TYPE_VIVID = 5 |
Video stream information.
|
static |
|
static |
|
static |
| int com.meicam.sdk.NvsVideoStreamInfo.colorTransfer |
| int com.meicam.sdk.NvsVideoStreamInfo.componentBitCount |
Effective number of bits per pixel component.
| int com.meicam.sdk.NvsVideoStreamInfo.displayRotation |
The angle of video rotation. Please refer toVIDEO_ROTATION_*.
| long com.meicam.sdk.NvsVideoStreamInfo.duration |
Video duration.
| NvsRational com.meicam.sdk.NvsVideoStreamInfo.frameRate |
Frame rate.
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| int com.meicam.sdk.NvsVideoStreamInfo.hdrType |
| int com.meicam.sdk.NvsVideoStreamInfo.imageHeight |
Image height.
| int com.meicam.sdk.NvsVideoStreamInfo.imageWidth |
Image width.
| int com.meicam.sdk.NvsVideoStreamInfo.level |
| NvsRational com.meicam.sdk.NvsVideoStreamInfo.pixelAspectRatio |
Pixel ratio.
| int com.meicam.sdk.NvsVideoStreamInfo.profile |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
| int com.meicam.sdk.NvsVideoStreamInfo.videoCodecType |
video codec type. Please refer toVIDEO_CODEC_TYPE_*
1.8.17