MeiCam SDK For Android  1.0.0
Public Attributes | List of all members
com.meicam.sdk.NvsVideoStreamInfo Class Reference

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
 

Detailed Description

Video stream information.

Member Data Documentation

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.

final int com.meicam.sdk.NvsVideoStreamInfo.VIDEO_ROTATION_0 = 0
static
final int com.meicam.sdk.NvsVideoStreamInfo.VIDEO_ROTATION_180 = 2
static
final int com.meicam.sdk.NvsVideoStreamInfo.VIDEO_ROTATION_270 = 3
static
final int com.meicam.sdk.NvsVideoStreamInfo.VIDEO_ROTATION_90 = 1
static

The documentation for this class was generated from the following file: