Struct CudaVideoReader.FormatInfo
Struct providing information about video file format.
public struct CudaVideoReader.FormatInfo
- Inherited Members
Fields
ChromaFormat
The chroma format
public CudaVideoReader.ChromaFormat ChromaFormat
Field Value
Codec
The Codec
public CudaCodec Codec
Field Value
DeinterlaceMode
De-interlace mode
public CudaVideoReader.DeinterlaceMode DeinterlaceMode
Field Value
DisplayArea
ROI inside the decoded frame returned by nextFrame(frame), containing the useable video frame.
public Rectangle DisplayArea
Field Value
Fps
Frames per second
public double Fps
Field Value
Height
Height of the decoded frame returned by nextFrame(frame).
public int Height
Field Value
NBitDepthMinus8
Number of bit depth - 8
public int NBitDepthMinus8
Field Value
SrcRoi
Region of interest decoded from video source.
public Rectangle SrcRoi
Field Value
TargetRoi
Region of interest in the output frame containing the decoded frame.
public Rectangle TargetRoi
Field Value
TargetSz
Post-processed size of the output frame.
public Size TargetSz
Field Value
UlHeight
Coded sequence height in pixels
public int UlHeight
Field Value
UlMaxHeight
Max coded sequence height in pixels
public int UlMaxHeight
Field Value
UlMaxWidth
Max coded sequence width in pixels
public int UlMaxWidth
Field Value
UlNumDecodeSurfaces
Maximum number of internal decode surfaces.
public int UlNumDecodeSurfaces
Field Value
UlWidth
Coded sequence width in pixels
public int UlWidth
Field Value
Valid
True if the format is valid
public bool Valid
Field Value
Width
Width of the decoded frame returned by nextFrame(frame).
public int Width