FrameSetSource 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 FrameSetSource : IDisposable
type FrameSetSource = class
interface IDisposable
Public Class FrameSetSource
Implements IDisposable
- Inheritance
-
FrameSetSource
- Implements
Properties
Reader |
Not implemented |
Methods
Dispose() | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
FromFrameSetFormat(FrameSetFormat, Action<FrameSetWriter>) |
Creates a FrameSetSource from a FrameSetFormat |
GetWriter() |
Gets a FrameSetWriter associated with this source |
Extension Methods
GetProperty(FrameSetSource, String, String) |
Gets the value of an advanced property by name. |
SetProperty(FrameSetSource, String, String) |
Sets the value of an advanced property by name. |