Class ManagedFrame<T>
Managed copy of oni.Frame with strongly-typed data array.
public class ManagedFrame<T> where T : unmanaged
Type Parameters
T
The data type of the Sample array
- Inheritance
-
ManagedFrame<T>
- Inherited Members
Constructors
ManagedFrame(Frame)
public ManagedFrame(Frame frame)
Parameters
frame
Frame
Fields
Sample
public readonly T[] Sample
Field Value
- T[]
Properties
DeviceAddress
public uint DeviceAddress { get; }
Property Value
FrameClock
public ulong FrameClock { get; }