StreamSource
Represents a stream source.
Last updated
// Get stream timestamp.
DateTime timestamp = _stream.Timestamp;
// Get stream pixels.
Color32[] pixels = _stream.Pixels;
// Get stream width.
int width = _stream.Width;
// Get stream height.
int height = _stream.Height;
// Get stream rotation.
int rotation = _stream.Rotation;