Struct RAWVideoFrame
RAW video frame.
Inherited Members
Namespace: VisioForge.Core.Types
Assembly: VisioForge.Core.dll
Syntax
public struct RAWVideoFrameRemarks
CRITICAL. DO NOT CHANGE.
Fields
Data
Data.
Declaration
public nint DataField Value
| Type | Description | 
|---|---|
| nint | 
DataSize
Data size.
Declaration
public int DataSizeField Value
| Type | Description | 
|---|---|
| int | 
Duration
The duration.
Declaration
public long DurationField Value
| Type | Description | 
|---|---|
| long | 
Info
The information.
Declaration
public RAWBaseVideoInfo InfoField Value
| Type | Description | 
|---|---|
| RAWBaseVideoInfo | 
Timestamp
The timestamp.
Declaration
public long TimestampField 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. |