Table of Contents

Struct CudaVideoReader.FormatInfo

Namespace
Emgu.CV.Cuda
Assembly
Emgu.CV.dll

Struct providing information about video file format.

public struct CudaVideoReader.FormatInfo
Inherited Members

Fields

ChromaFormat

The chroma format

public CudaVideoReader.ChromaFormat ChromaFormat

Field Value

CudaVideoReader.ChromaFormat

Codec

The Codec

public CudaCodec Codec

Field Value

CudaCodec

DeinterlaceMode

De-interlace mode

public CudaVideoReader.DeinterlaceMode DeinterlaceMode

Field Value

CudaVideoReader.DeinterlaceMode

DisplayArea

ROI inside the decoded frame returned by nextFrame(frame), containing the useable video frame.

public Rectangle DisplayArea

Field Value

Rectangle

Fps

Frames per second

public double Fps

Field Value

double

Height

Height of the decoded frame returned by nextFrame(frame).

public int Height

Field Value

int

NBitDepthMinus8

Number of bit depth - 8

public int NBitDepthMinus8

Field Value

int

SrcRoi

Region of interest decoded from video source.

public Rectangle SrcRoi

Field Value

Rectangle

TargetRoi

Region of interest in the output frame containing the decoded frame.

public Rectangle TargetRoi

Field Value

Rectangle

TargetSz

Post-processed size of the output frame.

public Size TargetSz

Field Value

Size

UlHeight

Coded sequence height in pixels

public int UlHeight

Field Value

int

UlMaxHeight

Max coded sequence height in pixels

public int UlMaxHeight

Field Value

int

UlMaxWidth

Max coded sequence width in pixels

public int UlMaxWidth

Field Value

int

UlNumDecodeSurfaces

Maximum number of internal decode surfaces.

public int UlNumDecodeSurfaces

Field Value

int

UlWidth

Coded sequence width in pixels

public int UlWidth

Field Value

int

Valid

True if the format is valid

public bool Valid

Field Value

bool

Width

Width of the decoded frame returned by nextFrame(frame).

public int Width

Field Value

int