FrameSetWriter 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 the ability to write image frame data, for use as input with Vision AI operations.
public class FrameSetWriter : IDisposable
type FrameSetWriter = class
interface IDisposable
Public Class FrameSetWriter
Implements IDisposable
- Inheritance
-
FrameSetWriter
- Implements
Methods
Dispose() |
Disposes the current object. It is safe to call this multiple times |
GetMemory(Int32) |
Not implemented |
Write(Frame[]) |
Writes a set of frames of image data to the underlying FrameSetSource. |
Write(Memory<Byte>[]) |
Writes a set of frames of image data to the underlying FrameSetSource. |
Applies to
Collabora con noi su GitHub
L'origine di questo contenuto è disponibile in GitHub, in cui è anche possibile creare ed esaminare i problemi e le richieste pull. Per ulteriori informazioni, vedere la guida per i collaboratori.