Class VideoImage
Represents an image extracted from a video.
public sealed class VideoImage : IDisposable
- Inheritance
-
VideoImage
- Implements
- Extension Methods
Constructors
VideoImage(int, int, int)
Initializes a new instance of the VideoImage class.
public VideoImage(int width, int height, int bufferSize)
Parameters
Properties
Buffer
Buffer to the image data.
public nint Buffer { get; }
Property Value
BufferSize
Size of the buffer in bytes.
public int BufferSize { get; }
Property Value
Height
Image height.
public int Height { get; }
Property Value
Linesize
public int Linesize { get; set; }
Property Value
Timestamp
public long Timestamp { get; set; }
Property Value
Width
Image width.
public int Width { get; }
Property Value
Methods
Dispose()
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
public void Dispose()