Struct RAWBaseVideoInfo
Struct RAWBaseVideoInfo.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public struct RAWBaseVideoInfo
Remarks
CRITICAL. DO NOT CHANGE.
Fields
Colorspace
The colorspace.
Declaration
public RAWVideoColorSpace Colorspace
Field Value
Type | Description |
---|---|
RAWVideoColorSpace |
FrameRateDen
The frame rate denominator.
Declaration
public int FrameRateDen
Field Value
Type | Description |
---|---|
int |
FrameRateNum
The frame rate numerator.
Declaration
public int FrameRateNum
Field Value
Type | Description |
---|---|
int |
Height
The height.
Declaration
public int Height
Field Value
Type | Description |
---|---|
int |
Stride
The stride.
Declaration
public int Stride
Field Value
Type | Description |
---|---|
int |
Width
The width.
Declaration
public int Width
Field Value
Type | Description |
---|---|
int |