Struct RAWVideoFrame
RAW video frame.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public struct RAWVideoFrame
Remarks
CRITICAL. DO NOT CHANGE.
Fields
Data
Data.
Declaration
public nint Data
Field Value
| Type | Description |
|---|---|
| nint |
DataSize
Data size.
Declaration
public int DataSize
Field Value
| Type | Description |
|---|---|
| int |
Duration
The duration.
Declaration
public long Duration
Field Value
| Type | Description |
|---|---|
| long |
Info
The information.
Declaration
public RAWBaseVideoInfo Info
Field Value
| Type | Description |
|---|---|
| RAWBaseVideoInfo |
Timestamp
The timestamp.
Declaration
public long Timestamp
Field Value
| Type | Description |
|---|---|
| long |
Methods
Alloc()
Allocates memory if stride and height set.
Declaration
public void Alloc()
Free()
Frees allocated memory.
Declaration
public void Free()
ToVideoFrame()
Converts to VideoFrame.
Declaration
public VideoFrame ToVideoFrame()
Returns
| Type | Description |
|---|---|
| VideoFrame | VideoFrame. |