MeiCam SDK For Android
1.0.0
|
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... | |
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 stream information.
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.
int com.meicam.sdk.NvsVideoStreamInfo.imageHeight |
Image height.
int com.meicam.sdk.NvsVideoStreamInfo.imageWidth |
Image width.
NvsRational com.meicam.sdk.NvsVideoStreamInfo.pixelAspectRatio |
Pixel ratio.
|
static |
|
static |
|
static |
|
static |