FrameSourceBuffer Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a source of image frame data, used as input to or output from Vision AI operations.
public class FrameSourceBuffer : IDisposable
type FrameSourceBuffer = class
interface IDisposable
Public Class FrameSourceBuffer
Implements IDisposable
- Inheritance
-
FrameSourceBuffer
- Implements
Constructors
FrameSourceBuffer(FrameFormat, Action<FrameWriter>) |
Initializes a new instance of the FrameSourceBuffer class from FrameFormat |
Methods
CloseWriter() |
Closes the frame source for writing. |
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
Dispose(Boolean) |
Disposes of external resources |
GetReader() |
Gets a FrameReader associated with this FrameSourceBuffer |
GetWriter() |
Gets the FrameWriter associated with this FrameSourceBuffer |
Extension Methods
SetProperty(FrameSourceBuffer, String, String) |
Sets the value of an advanced property by name. |
TryGetProperty(FrameSourceBuffer, String, String) |
Gets the value of an advanced property by name. |